![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | dist/ | 2 years ago | - | |
![]() | package.json | 2 years ago | 2.3K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | index.js | 2 years ago | 6.0K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | README.md | 2 years ago | 1.0K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | LICENSE | 2 years ago | 1.1K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | CHANGELOG.md | 2 years ago | 588 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
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
.