Remark plugin to fix typography: quotes, dashes and so on.
unified plugin to make it a bit easier to create linting rules
remark-lint rule to warn when headings are indented
ProseMirror Remark integration
remark-lint rule to for too many hashes (h7+ “headings”)
remark-lint rule to warn when URLs are also defined identifiers
remark-lint rule to warn when too much whitespace follows list item checkboxes
remark-lint rule to check that full reference images can be collapsed
The remark plugin for supporting custom heading id also including default id
Snippets for your markdown
remark-lint rule to warn on duplicate headings in a section
remark-lint rule to warn when the content in paragraphs are indented
remark plugin to transform remark syntax tree (mdast) to Slate document tree, and vice versa. Made for WYSIWYG markdown editor.
A Remark plugin to convert Github style alerts to admonitions directives.
remark plugin to improve typography with Textr
Adds estimated reading time to your markdown files
remark-lint rule to warn when linebreaks violate a given or detected style
Transform deprecated styling attributes on HAST table cells to inline styles
remark-lint rule to warn when hard tabs are used instead of spaces
Remark plugin for transforming npm bash commands to yarn/pnpm with tabs
A well-tested parser for parsing metadata out of fenced code blocks in Markdown
Validate Markdown frontmatter YAML against an associated JSON schema — remark-lint rule plugin
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
📝 Populate code blocks from files