Check out the documentation to see the available options.
npm install -D fly-marked
export function* md () {
yield this
.source("src/**/*.md")
.marked()
.concat("test.html")
.target("dist")
}MIT © Jake Russo et al
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Check out the documentation to see the available options.
npm install -D fly-marked
export function* md () {
yield this
.source("src/**/*.md")
.marked()
.concat("test.html")
.target("dist")
}MIT © Jake Russo et al