Markdown component for React
remark is a popular tool that transforms markdown with plugins. These plugins can inspect and change your markup. You can use remark on the server, the client, CLIs, deno, etc.
remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)
plugins to check (lint) markdown code style
Legacy plugin to transform to React — please use `remark-rehype` and `rehype-react` instead
remark and rehype plugins to support math
remark plugin to support frontmatter (YAML, TOML, and more)
plugin to generate a table of contents (TOC)
plugin to add support for serializing HTML
remark plugin to link references to commits, issues, pull-requests, and users, like on GitHub
plugin that turns markdown into HTML to support rehype
remark plugin to support directives
React component and hook to use remark to render markdown
plugin remove Markdown formatting
plugin to compile markdown to man pages
plugin to check that Markdown links and images reference existing files and headings
Legacy plugin to add `id`s to headings — please use `rehype-slug`
plugin to remove the wrapping paragraph for images
Lint and format markdown code with remark
plugin to add an improved image syntax
plugin to generate a list of Git contributors
Legacy Gulp plugin for remark — please use npm scripts and the like
plugin to configure remark with YAML frontmatter
Share ideas for new utilities and tools built with @remarkjs