markdown-with-front-matter-loader
markdown-with-front-matter-loader copied to clipboard
A webpack loader for markdown with yaml front matter (think Jekyll)
Results
2
markdown-with-front-matter-loader issues
Sort by
recently updated
recently updated
newest added
trafficstars
For example (to get the same result as here) ```js // some variable let a = true; ```
Should this loader have the ability to generate dependencies from link and source paths, like [html-loader](https://github.com/webpack/html-loader#examples)? Maybe it could even pass its string content to html loader as a last...