fly-marked

0.1.2 • Public • Published

marked plugin for Fly.

npm package

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

Package Sidebar

Install

npm i fly-marked

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • madcapjake