markdown-it / markdown-it-deflist

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

Home Page:https://markdown-it.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

markdown-it-deflist

CI 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.

About

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

https://markdown-it.github.io/

License:MIT License


Languages

Language:JavaScript 100.0%