Parses markdown for images with attributes (lead by a `#`) and puts those attributes on a mdAST `image` node with key `attributes` and value of type `Object.<string,string>`.
Creates HTML image markup with style and data-* attributes from [`mdAST Image`](https://github.com/syntax-tree/mdast#image) nodes with attributes in their title.
remark-lint rule to warn when shortcut reference images are used
Emoji transformer plugin for Remark
Transform deprecated styling attributes on HAST table cells to inline styles
remark plugin to add support for serializing markdown
remark plugin that turns markdown into HTML to support rehype
remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)
remark plugin to add support for parsing markdown input
remark-lint rule to check that full reference images can be collapsed
markdown processor powered by plugins part of the unified collective
remark plugin to parse and stringify math
remark plugin to support frontmatter (yaml, toml, and more)
remark plugin to implement SmartyPants
remark-lint rule to warn when link and definition titles occur with incorrect quotes
remark plugin to add break support, without needing spaces
remark plugin to make Markdown emphasis (`**`) in CommonMark (and MDX) more friendly with Chinese, Japanese, and Korean (CJK)
add attributes to markdown and mdx images like (attribute: value)
remark plugin to support directives
remark plugin to support MDX syntax
remark plugin to make Markdown strikethrough (`~~`) in GFM more friendly with Chinese, Japanese, and Korean (CJK)
mjml-image
rehype plugin to transform to remark
remark plugin to remove empty paragraphs