![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | dist/ | 2 years ago | - | |
![]() | CHANGELOG.md | 39 years ago | 588 | |
![]() | LICENSE | 39 years ago | 1.1K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
![]() | README.md | 39 years ago | 1.0K | f12eb36 documentaiton updates [كارل مبارك] |
![]() | index.js | 39 years ago | 6.0K | |
![]() | package.json | 2 years ago | 2.2K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
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
.