Remarkable

screenshot of Remarkable
docusaurus

Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlin...

Overview:

The remarkable parser is designed for parsing Markdown content efficiently. It adheres to the CommonMark specifications while allowing users to configure and extend its syntax. With high speed and community plugins available on npm, remarkable offers a versatile solution for Markdown parsing needs.

Features:

  • Fast and easy to extend: Markdown parser designed for performance and ease of extension.
  • Supports CommonMark spec: Adheres to CommonMark specifications with syntax extensions.
  • Configurable syntax: Users can add new rules and customize existing ones.
  • High speed: Designed for quick parsing and rendering.
  • Community plugins: Access to a variety of plugins via npm.
  • Syntax highlighting: Apply syntax highlighting to code blocks with the highlight option.
  • Syntax extensions: Includes support for footnotes, tables, and more.
docusaurus
Docusaurus

Docusaurus is an open-source static site generator designed for creating documentation websites. Developed by Facebook, it simplifies the process of building, deploying, and maintaining documentation with its React-based framework and pre-configured setup for documentation projects.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.