remark
Verified
We've verified that the organizationremarkjs controls the domain:
- unifiedjs.com
remark is a popular free and open source tool thattransforms markdown with plugins.Markdown is a markup language that often feels more natural to type than HTML.Plugins can inspect and change markdown.
- to learn markdown, see thischeatsheet and tutorial
- we followCommonMark by default(GFM with
remark-gfm
,MDX withremark-mdx
) - we use
micromark
for parsing andmdast as the syntax tree - to find plugins, see
remarkjs/awesome-remark
,thelist of plugins,and theremark-plugin
topic
remark is part of the unified collective,which brings together organisations that work with content as structured data.
- for more about us,see
unifiedjs.com
- for how the collective is governed,see
unifiedjs/collective
This community has acode of conduct.You must follow it when interacting with the community.
- for questions,see
support.md
- to help,see
contributing.md
- to sponsor,seeGitHub sponsors,
thanks.dev
,orOpenCollective
PinnedLoading
- remark-rehype
remark-rehype Publicplugin that turns markdown into HTML to support rehype
- remark-gfm
remark-gfm Publicremark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)
Repositories
- remark-validate-links Public
plugin to check that markdown links and images reference existing files and headings
remarkjs/remark-validate-links’s past year of commit activity - remark-gfm Public
remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)
remarkjs/remark-gfm’s past year of commit activity