Markdown
Last Updated: 2022-03-27
How to add backtick within code
`` ` ``
GitHub flavored markdown (GFM)
autolink literals, footnotes, strikethrough, tables, and task lists.
MDX
MDX is built on top of remark and rehype.
- remark: an ecosystem around markdown.
- to transform markdown into HTML.
- https://github.com/remarkjs/remark
- rehype: an ecosystem around HTML.
- to inspect and change the HTML, e.g. sanitize, minify.
- https://github.com/rehypejs/rehype