|
hace 2 semanas | |
---|---|---|
.. | ||
dist | hace 2 semanas | |
CHANGELOG.md | hace 2 semanas | |
LICENSE | hace 2 semanas | |
README.md | hace 2 semanas | |
index.js | hace 2 semanas | |
package.json | hace 2 semanas |
Definition list (
<dl>
) tag plugin for markdown-it markdown parser.
Syntax is based on pandoc definition lists.
npm install markdown-it-deflist --save
var md = require('markdown-it')()
.use(require('markdown-it-deflist'));
md.render(/*...*/);
Differences in browser. If you load script directly into the page, without
package system, module will add itself globally as window.markdownitDeflist
.