|
|
6 ماه پیش | |
|---|---|---|
| .. | ||
| dist | 6 ماه پیش | |
| CHANGELOG.md | 6 ماه پیش | |
| LICENSE | 6 ماه پیش | |
| README.md | 6 ماه پیش | |
| index.js | 6 ماه پیش | |
| package.json | 6 ماه پیش | |
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.