Wednesday, July 10, 2024

marked: MarkDown parser & formatter

GitHub - markedjs/marked: A markdown parser and compiler. Built for speed.

Marked Documentation marked.js.org

https://marked.js.org/demo/

  1. built for speed.
  2. a low-level markdown compiler for parsing markdown without caching or blocking for long periods of time.**
  3. light-weight while implementing all markdown features from the supported flavors & specifications.***
  4. available as a command line interface (CLI) and running in client- or server-side JavaScript projects.

No comments: