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
.
Definition list (<dl>) tag plugin for markdown-it markdown parser
Resources License Security policy Stars Watchers ForksYou can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4