All Projects → markdown-it → markdown-it-deflist

markdown-it / markdown-it-deflist

Licence: MIT license
Definition list (<dl>) tag plugin for markdown-it markdown parser

Programming Languages

javascript
184084 projects - #8 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].