{"id":13484616,"url":"https://github.com/remarkjs/awesome-remark","last_synced_at":"2025-06-10T21:19:42.047Z","repository":{"id":37396615,"uuid":"156001210","full_name":"remarkjs/awesome-remark","owner":"remarkjs","description":"Curated list of awesome remark resources","archived":false,"fork":false,"pushed_at":"2024-10-03T09:29:49.000Z","size":56,"stargazers_count":421,"open_issues_count":0,"forks_count":16,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-05-07T22:01:58.181Z","etag":null,"topics":["awesome","awesome-list","remark","unified"],"latest_commit_sha":null,"homepage":"https://remark.js.org","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remarkjs.png","metadata":{"funding":{"github":"unifiedjs","open_collective":"unified"},"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-11-03T16:22:21.000Z","updated_at":"2025-05-07T06:35:02.000Z","dependencies_parsed_at":"2025-04-25T05:00:48.547Z","dependency_job_id":"5983ba27-e05f-46c0-899b-f1be30b29661","html_url":"https://github.com/remarkjs/awesome-remark","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkjs%2Fawesome-remark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkjs%2Fawesome-remark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkjs%2Fawesome-remark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkjs%2Fawesome-remark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkjs","download_url":"https://codeload.github.com/remarkjs/awesome-remark/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkjs%2Fawesome-remark/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259152852,"owners_count":22813237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome","awesome-list","remark","unified"],"created_at":"2024-07-31T17:01:27.282Z","updated_at":"2025-06-10T21:19:41.998Z","avatar_url":"https://github.com/remarkjs.png","language":null,"funding_links":["https://github.com/sponsors/unifiedjs","https://opencollective.com/unified"],"categories":["Others","Uncategorized","Related lists","Other Lists"],"sub_categories":["Uncategorized","TeX Lists"],"readme":"\u003c!--lint disable no-html maximum-line-length--\u003e\n\n# awesome remark [![awesome][awesome-badge]][self]\n\n[\u003cimg align=\"right\" alt src=\"https://raw.githubusercontent.com/remarkjs/remark/3c609d7f/logo-square.svg?sanitize=true\" width=\"200\"\u003e](https://remark.js.org)\n\n\u003e A curated list of awesome [remark][]\n\u003e (a markdown processor and a [unified][] project)\n\u003e resources.\n\n**remark** is not another markdown to HTML compiler.\nIt can generate and reformat markdown too.\nPowered by plugins to do all kinds of things:\ncheck markdown code style,\ntransform safely to React,\nadd a table of contents,\nor compile to man pages,\nand much more.\n\n**unified** is an interface for processing text using syntax trees.\nIt’s what powers remark,\nbut also [retext][] and [rehype][].\nIt’s all part of the [unified][] collective.\n\n## Contents\n\n* [Official](#official)\n* [Plugins](#plugins)\n* [Built on remark](#built-on-remark)\n* [Built with remark](#built-with-remark)\n* [Related lists](#related-lists)\n* [License](#license)\n\n## Official\n\n* [remark](https://github.com/remarkjs/remark) - Repository.\n* [remark.js.org](https://remark.js.org) - Website.\n* [remark-parse](https://github.com/remarkjs/remark/tree/main/packages/remark-parse) - Markdown parser.\n* [remark-stringify](https://github.com/remarkjs/remark/tree/main/packages/remark-stringify) - Markdown generator.\n* [remark-cli](https://github.com/remarkjs/remark/tree/main/packages/remark-cli) - Command line interface.\n* [mdast](https://github.com/syntax-tree/mdast) - Abstract syntax tree specification.\n* [unified](https://github.com/unifiedjs/unified) - Ecosystem.\n* [unifiedjs.com](https://unifiedjs.com) - Ecosystem website.\n\n## Plugins\n\n* [remark-rehype](https://github.com/remarkjs/remark-rehype) - Integrate with the [rehype][] ecosystem.\n* [remark-retext](https://github.com/remarkjs/remark-retext) - Integrate with the [retext][] ecosystem.\n* [remark-lint](https://github.com/remarkjs/remark-lint) - Markdown code-style linter.\n* [remark-man](https://github.com/remarkjs/remark-man) - Generate man pages.\n* [remark-toc](https://github.com/remarkjs/remark-toc) - Add a tables of contents.\n* [remark-gfm](https://github.com/remarkjs/remark-gfm) - Support GitHub Flavored Markdown (GFM).\n* [remark-mdx](https://github.com/mdx-js/mdx/tree/main/packages/remark-mdx) - Support MDX.\n* [remark-github](https://github.com/remarkjs/remark-github) - Support GitHub references like issues, PRs, and comments.\n* [remark-math](https://github.com/remarkjs/remark-math) - Support math.\n* [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter) - Support YAML/TOML/more frontmatter.\n* [remark-license](https://github.com/remarkjs/remark-license) - Add a license section.\n* [remark-git-contributors](https://github.com/remarkjs/remark-git-contributors) - Add a table with git contributors.\n\n[Find more plugins »](https://github.com/remarkjs/remark/blob/main/doc/plugins.md#list-of-plugins)\n\n## Built on remark\n\n* [mdx](https://github.com/mdx-js/mdx) - Markdown combined with JSX.\n* [react-markdown](https://github.com/remarkjs/react-markdown) - Render markdown as React components.\n* [prettier](https://github.com/prettier/prettier) - Opinionated code formatter.\n* [gatsby](https://github.com/gatsbyjs/gatsby) - Blazing fast, modern apps and websites with React.\n* [netlify-cms](https://github.com/netlify/netlify-cms) - CMS for static site generators.\n* [docz](https://github.com/doczjs/docz) - Document your design system.\n* [postcss-markdown](https://github.com/gucong3000/postcss-markdown) - Process CSS in markdown.\n* [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown) - Lint JavaScript in markdown.\n* [documentation.js](https://github.com/documentationjs/documentation) - Documentation system for modern JavaScript.\n* [bytemd](https://github.com/bytedance/bytemd) - Hackable markdown editor component.\n* [Astro](https://astro.build) - Build faster websites with Astro’s next-gen island architecture.\n* [mdsvex](https://github.com/pngwn/MDsveX) - Markdown preprocessor for Svelte.\n\n## Built with remark\n\n* [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) - Learn to code for free.\n* [Node.js](https://github.com/nodejs/node) - Node.js JavaScript runtime.\n* [storybook](https://github.com/storybooks/storybook) - Interactive UI component dev \u0026 test.\n* [rxjs](https://github.com/ReactiveX/rxjs) - Reactive Extensions For JavaScript.\n* [WebFundamentals](https://github.com/google/WebFundamentals) - Best practices for modern web development (by [Google](https://opensource.google.com)).\n* [stylelint](https://github.com/stylelint/stylelint) - Mighty, modern style linter.\n* [opensource.guide](https://github.com/github/opensource.guide) - Community guides for open source creators.\n* [debugger.html](https://github.com/devtools-html/debugger.html) - Firefox debugger (by [Mozilla](https://www.mozilla.org)).\n* [regl](https://github.com/regl-project/regl) - Functional WebGL.\n* [cssnano](https://github.com/cssnano/cssnano) - Modular minifier built on top of PostCSS.\n* [AST explorer](https://astexplorer.net) - Visualization of abstract syntax trees.\n* [Elder.js](https://elderguide.com/tech/elderjs/) - An Opinionated, SEO focused, Svelte Framework.\n\n## Related lists\n\n* [awesome unified](https://github.com/unifiedjs/awesome-unified)\n* [awesome markdown](https://github.com/BubuAnabelas/awesome-markdown)\n* [awesome mdx](https://github.com/transitive-bullshit/awesome-mdx)\n* [awesome rehype](https://github.com/rehypejs/awesome-rehype)\n* [awesome retext](https://github.com/retextjs/awesome-retext)\n\n## License\n\n[![CC-BY][license-badge]][license] © [Titus Wormer][author]\n\n\u003c!-- Definitions. --\u003e\n\n[author]: https://wooorm.com\n\n[awesome-badge]: https://awesome.re/badge.svg\n\n[license-badge]: https://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by.svg\n\n[license]: https://creativecommons.org/licenses/by/4.0/\n\n[rehype]: https://github.com/rehypejs/rehype\n\n[remark]: https://github.com/remarkjs/remark\n\n[retext]: https://github.com/retextjs/retext\n\n[self]: https://github.com/remarkjs/awesome-remark\n\n[unified]: https://github.com/unifiedjs/unified\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkjs%2Fawesome-remark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkjs%2Fawesome-remark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkjs%2Fawesome-remark/lists"}