HTTP server API providing fast and extensible markdown parser
This is an extension from https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-iframes.
This [remark][remark] plugin can disable any or all remark `blockTokenizers` and `inlineTokenizers`. It can not only disable the ones provided by remark core, but also any other tokenizer that has been added to the remark parser whether through plugins or
This plugin increments headings by `shift`. It guards against shifting too far backwards or forwards.
Micro module to fix a common typographic issue that is hard to fix with most keyboard layouts.
Micro module to fix a common typographic issue that is hard to fix with most keyboard layouts.
Micro module to fix a common typographic issue that is hard to fix with most keyboard layouts.
Stringifies custom MDAST nodes to LaTeX
This plugin parses custom Markdown syntax to create new custom blocks. It adds new nodes types to the [mdast][mdast] produced by [remark][remark]:
Micro module to replace `%o` with `‰` and optionally replace the preceding space.
Micro module to fix a common typographic issue that is hard to fix with most keyboard layouts.
Micro module to fix a common typographic issue that is hard to fix with most keyboard layouts.
Micro module to fix a common typographic issue that is hard to fix with most keyboard layouts.
This plugin parses custom Markdown syntax for Markdown source comments.
This [remark][remark] plugin adds custom syntax to add a caption to elements which might benefit from a legend. It wraps the said element in a `figure` node with `figcaption` node as last child. It is particularly interesting for use with quotes, images,
Micro module to fix a common typographic issue that is hard to fix with most keyboard layouts.
This plugin parses custom Markdown syntax to handle subscript and superscript. It adds new nodes types to the [mdast][mdast] produced by [remark][remark]:
This [remark][remark] plugin parses custom Markdown syntax to produce (HTML) abbreviations.
This plugin replaces the footnote references with a number sequence (starting from 1) in the same order as the footnote definitions (**not** the footnote references).
Gatsby remark plugin for adding custom blocks in markdown
Adds Grid Tables to Gatsby Remark Plugin list
TypeScript definitions for remark-abbr
This plugin fixes `typographic-plugin` when used together with `remark-parse`.
This plugin parses custom Markdown syntax to describe tables. It was inspired by [this syntax](https://github.com/smartboyathome/Markdown-GridTables/blob/b4d16d5d254bed4336713d27eb8a37dc0e5f4273/mdx_grid_tables.py).