0.0.1 • Published 5 years ago

marked-frontmatter-loader v0.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

marked-frontmatter-loader

Webpack loader that loads Markdown files, parses frontmatter using gray matter and uses marked to render Markdown.

This loader passes the markedOptions object on to marked allowing you to customize markdown rendering. See marked docs for details on options.

It also passes grayMatterOptions to gray-matter. See gray matter options for details.