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