0.2.4 • Published 4 years ago

@bongnv/markdown-loader v0.2.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

A webpack loader to load markdown files

Loaded data from a markdown file will be an object with fields:

  • html: A string of rendered html form of the markdown content
  • timeToRead: The number of minutes to read
  • headings: An array of headings
  • other fields from front matter