markdown processor powered by plugins part of the @unifiedjs collectivehttps://unifiedjs.com
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)
Legacy plugin to transform to React — please use `remark-rehype` and `rehype-react` instead