/ piacw.com / dev / final / node_modules / markdown-it-deflist /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist/2 years ago -  
[TXT]CHANGELOG.md2 years ago588 0fb859dc fixed mobile overflwo options [كارل مبارك]
[TXT]README.md2 years ago1.0K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]LICENSE2 years ago1.1K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]package.json2 years ago2.3K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]index.js2 years ago6.0K0fb859dc fixed mobile overflwo options [كارل مبارك]
README.md

markdown-it-deflist

Build Status NPM version Coverage Status

Definition list (<dl>) tag plugin for markdown-it markdown parser.

Syntax is based on pandoc definition lists.

Install

npm install markdown-it-deflist --save

Use

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.

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80