Skip to content

GerHobbelt/markdown-it-dirty-dozen

Repository files navigation

markdown-it-dirty-dozen

Build Status NPM version Coverage Status

A bunch of markdown-it plugins which are verified to cooperate.

Install

node.js, browser:

npm install @gerhobbelt/markdown-it-dirty-dozen --save
bower install @gerhobbelt/markdown-it-dirty-dozen --save

Use

var md = require('@gerhobbelt/markdown-it')()
            .use(require('@gerhobbelt/markdown-it-dirty-dozen'));

md.render(/*...*/); // See examples above

License

The dirty-dozen aggregation code is:

MIT

The used markdown-it plugins each have their own license:

[TBD]

About

A bunch of markdown-it plugins which are verified to cooperate.

Resources

License

Stars

Watchers

Forks

Packages

No packages published