Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
dist/ | 2 years ago | - | ||
CHANGELOG.md | 39 years ago | 588 | ||
LICENSE | 39 years ago | 1.1K | ||
index.js | 39 years ago | 6.0K | 3e510ca test new git [كارل مبارك] | |
package.json | 2 years ago | 2.3K | 3e510ca test new git [كارل مبارك] | |
README.md | 39 years ago | 1.0K | d768d73 docs [كارل مبارك] |
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
.