fly-marked
v0.1.2
Published
marked plugin for Fly.
Downloads
5
Maintainers
Readme
Usage
Check out the documentation to see the available options.
Install
npm install -D fly-marked
Example
export function* md () {
yield this
.source("src/**/*.md")
.marked()
.concat("test.html")
.target("dist")
}
License
MIT © Jake Russo et al