A curated list of awesome remark (a markdown processor and a unified project) resources.
remark is not another markdown to HTML compiler. It can generate and reformat markdown too. Powered by plugins to do all kinds of things: check markdown code style, transform safely to React, add a table of contents, or compile to man pages, and much more.
unified is an interface for processing text using syntax trees. It’s what powers remark, but also retext and rehype. It’s all part of the unified collective.
- remark - Repository.
- remark.js.org - Website.
- remark-parse - Markdown parser.
- remark-stringify - Markdown generator.
- remark-cli - Command line interface.
- mdast - Abstract syntax tree specification.
- unified - Ecosystem.
- unifiedjs.com - Ecosystem website.
- remark-rehype - Integrate with the rehype ecosystem.
- remark-retext - Integrate with the retext ecosystem.
- remark-lint - Markdown code-style linter.
- remark-man - Generate man pages.
- remark-toc - Add a tables of contents.
- remark-gfm - Support GitHub Flavored Markdown (GFM).
- remark-mdx - Support MDX.
- remark-github - Support GitHub references like issues, PRs, and comments.
- remark-math - Support math.
- remark-frontmatter - Support YAML/TOML/more frontmatter.
- remark-license - Add a license section.
- remark-git-contributors - Add a table with git contributors.
- mdx - Markdown combined with JSX.
- react-markdown - Render markdown as React components.
- prettier - Opinionated code formatter.
- gatsby - Blazing fast, modern apps and websites with React.
- netlify-cms - CMS for static site generators.
- docz - Document your design system.
- postcss-markdown - Process CSS in markdown.
- eslint-plugin-markdown - Lint JavaScript in markdown.
- documentation.js - Documentation system for modern JavaScript.
- bytemd - Hackable markdown editor component.
- Astro - Build faster websites with Astro’s next-gen island architecture.
- mdsvex - Markdown preprocessor for Svelte.
- freeCodeCamp - Learn to code for free.
- Node.js - Node.js JavaScript runtime.
- storybook - Interactive UI component dev & test.
- rxjs - Reactive Extensions For JavaScript.
- WebFundamentals - Best practices for modern web development (by Google).
- stylelint - Mighty, modern style linter.
- opensource.guide - Community guides for open source creators.
- debugger.html - Firefox debugger (by Mozilla).
- regl - Functional WebGL.
- cssnano - Modular minifier built on top of PostCSS.
- AST explorer - Visualization of abstract syntax trees.
- Elder.js - An Opinionated, SEO focused, Svelte Framework.