Plugin for prettifying markdown with Remarkable using custom renderer rules.
Deprecated: this package is no longer maintained. Please use [`remark-gfm`][gfm] instead. That package match how footnotes work on github.com, which is more likely to match the expectations of authors.
remark plugin to support MDX syntax
remark plugin to remove empty paragraphs
remark plugin to transform references and definitions into normal links and images
remark preset to configure remark-lint with rules that enforce consistency
Renamed to remark-github
Renamed to remark-lint
Personal remark preset
Renamed to remark-comment-config
remark plugin that turns markdown into HTML to support rehype
Renamed to remark-yaml-config
Renamed to remark-usage
Convert markdown to GitHub-style HTML using a common set of remark plugins
remark plugin to generate an API section
remark-lint rule to warn when list item bullets are indented
remark-lint rule to warn when a newline at the end of a file is missing
remark-lint rule to warn when references to undefined definitions are found
Deprecated: this package is no longer maintained. With CommonMark, you can’t have padding in emphasis and strong anymore.
remark-lint rule to warn when URLs are dead
Deprecated: this package is no longer maintained. With CommonMark, all autolinks (except for emails) are required to have a protocol. Otherwise they don’t parse. The previous suggestion to add a protocol to email autolinks was wrong.
Lint or fix a changelog written in markdown, following Keep A Changelog.