unified markdown plugins
markdown
- parse markdown with
remark-parse
, - get YAML formatter data with
remark-frontmatter
and remark-frontmatter
- GitHub Flavored Markdown parser
remark-gfm
- transform emoji code to emoji with
remark-gemoji
- transform markdown to html
remark-rehype
- add slug id to html with
rehype-slug
- highlight code syntax hightlight with
rehype-highlight
- transform to html string
rehype-stringify
html
- parse html to string with
rehype
- minify the html with
rehype-preset-minify