Members
-
remark ★ PINNED
markdown processor powered by plugins part of the @unifiedjs collective
JavaScript ★ 8.9k 3mo agoExplain → -
awesome-remark ★ PINNED
Curated list of awesome remark resources
★ 488 1y agoExplain → -
remark-lint ★ PINNED
plugins to check (lint) markdown code style
JavaScript ★ 1.0k 5mo agoExplain → -
remark-rehype ★ PINNED
plugin that turns markdown into HTML to support rehype
JavaScript ★ 358 1y agoExplain → -
remark-gfm ★ PINNED
remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)
JavaScript ★ 1.2k 1y agoExplain → -
remark-directive ★ PINNED
remark plugin to support directives
JavaScript ★ 412 1y agoExplain → -
react-markdown
Markdown component for React
JavaScript ★ 16k 1y agoExplain → -
remark-react ▣
Deprecated plugin to transform to React — please use `remark-rehype` and `rehype-react` instead
★ 524 1y agoExplain → -
remark-math
remark and rehype plugins to support math
JavaScript ★ 504 1y agoExplain → -
remark-toc
plugin to generate a table of contents (TOC)
JavaScript ★ 499 2y agoExplain → -
remark-html
plugin to add support for serializing HTML
JavaScript ★ 338 2y agoExplain → -
remark-frontmatter
remark plugin to support frontmatter (YAML, TOML, and more)
JavaScript ★ 320 2y agoExplain → -
react-remark
React component and hook to use remark to render markdown
TypeScript ★ 246 2d agoExplain → -
remark-github
remark plugin to link references to commits, issues, pull-requests, and users, like on GitHub
JavaScript ★ 192 1y agoExplain → -
strip-markdown
plugin remove markdown formatting
JavaScript ★ 173 1y agoExplain → -
remark-breaks
plugin to add break support, without needing spaces
JavaScript ★ 152 2y agoExplain → -
remark-validate-links
plugin to check that markdown links and images reference existing files and headings
JavaScript ★ 125 1y agoExplain → -
remark-man
plugin to compile markdown to man pages
JavaScript ★ 98 2y agoExplain → -
remark-slug ▣
Deprecated plugin to add `id`s to headings — please use `rehype-slug`
★ 88 1y agoExplain → -
remark-lint-no-dead-urls
lint rule to warn when URLs are dead
JavaScript ★ 83 17d agoExplain → -
remark-unwrap-images ▣
Deprecated: use `rehype-unwrap-images` instead
★ 72 1y agoExplain → -
remark-highlight.js ▣
Deprecated plugin to highlight code — please use `rehype-highlight` or `rehype-starry-night` instead
★ 71 1y agoExplain → -
vscode-remark
Lint and format markdown code with remark
JavaScript ★ 67 8d agoExplain → -
remark-autolink-headings ▣
Deprecated remark plugin to add links to headings — please use `rehype-autolink-headings` instead
★ 61 1y agoExplain → -
remark-external-links ▣
Deprecated plugin to add target and rel to external links — please use `rehype-external-links` instead
★ 54 1y agoExplain → -
remark-language-server
A language server to lint and format markdown files with remark
JavaScript ★ 53 1mo agoExplain → -
remark-gemoji
plugin to turn gemoji shortcodes into emoji 👍
JavaScript ★ 52 1y agoExplain → -
remark-usage
plugin to add a usage example to your readme
JavaScript ★ 46 2y agoExplain → -
remark-images
plugin to add a simpler image syntax
JavaScript ★ 44 1y agoExplain → -
remark-vdom ▣
Deprecated plugin to compile Markdown to Virtual DOM — please use `remark-rehype` and then something like `rehype-react`
★ 44 1y agoExplain → -
remark-footnotes ▣
Deprecated plugin to support pandoc footnotes — please use `remark-gfm` instead
★ 41 1y agoExplain → -
remark-embed-images
plugin to embed local images as data URIs
JavaScript ★ 37 1y agoExplain → -
remark-textr
plugin to make your typography better with Textr
JavaScript ★ 35 2y agoExplain → -
remark-retext
plugin to transform from remark (markdown) to retext (natural language)
JavaScript ★ 32 1y agoExplain → -
remark-reference-links
plugin to change links and images to references with separate definitions
JavaScript ★ 30 2y agoExplain → -
remark-jsx ▣
A simple way to use React inside Markdown.
JavaScript ★ 28 7y agoExplain → -
remark-inline-links
plugin to change references and definitions into normal links and images
JavaScript ★ 27 2y agoExplain → -
remark-contributors
plugin to generate a list of contributors
JavaScript ★ 23 2y agoExplain → -
remark-defsplit
plugin to change links and images to references with separate definitions
JavaScript ★ 22 2y agoExplain → -
remark-license
plugin to generate a license section
JavaScript ★ 21 2y agoExplain → -
remark-git-contributors
plugin to generate a list of Git contributors
JavaScript ★ 16 1y agoExplain → -
remark-bookmarks ▣
plugin to manage links
JavaScript ★ 15 5y agoExplain → -
remark-comment-config
plugin to configure remark with comments
JavaScript ★ 15 2y agoExplain → -
remark-normalize-headings
plugin to make sure there is a single top level heading in a document by adjusting heading ranks accordingly
JavaScript ★ 13 2y agoExplain → -
remark-squeeze-paragraphs
plugin to remove empty (or white-space only) paragraphs
JavaScript ★ 10 2y agoExplain → -
remark-yaml-config
plugin to configure remark with YAML frontmatter
JavaScript ★ 9 2y agoExplain → -
remark-strip-badges
plugin to strip badges (such as shields.io)
JavaScript ★ 9 2y agoExplain → -
.github
Community health files for remark
TypeScript ★ 8 1y agoExplain → -
gulp-remark ▣
Deprecated Gulp plugin for remark — please use npm scripts and the like
★ 8 1y agoExplain → -
remark-message-control
plugin to enable, disable, and ignore messages
JavaScript ★ 8 2y agoExplain → -
remark-unlink
plugin to remove all links, images, references, and definitions
JavaScript ★ 6 2y agoExplain → -
remark-heading-gap
plugin to adjust the gap between headings in markdown
JavaScript ★ 6 2y agoExplain → -
ideas ▣
Share ideas for new utilities and tools built with @remarkjs
★ 5 5y agoExplain → -
remark-word-wrap ▣
Please use something like https://github.com/prettier/prettier instead
JavaScript ★ 4 7y agoExplain → -
grunt-remark ▣
Grunt task for remark
★ 4 4y agoExplain → -
remark-midas ▣
plugin to highlight CSS code blocks with midas
★ 3 4y agoExplain → -
remark-comment-blocks ▣
Use something like https://github.com/3rd-Eden/commenting instead
JavaScript ★ 2 9y agoExplain → -
governance
How @remarkjs and the projects under it are governed
★ 2 4y agoExplain →
No repos match these filters.