1.0.5 • Published 5 years ago

markdown-it-alarm v1.0.5

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

markdown-it-mark

<alarm> tag plugin for markdown-it markdown parser.

v3.+ requires markdown-it v10.+, see changelog.

^^marked^^ => <alarm>marked</alarm>

Markup uses the same conditions as CommonMark emphasis.

Install

node.js, browser:

npm install markdown-it-alarm --save

Use

var md = require('markdown-it')()
            .use(require('markdown-it-alarm'));

md.render('^^marked^^') // => '<p><alarm>marked</alarm></p>'

Differences in browser. If you load script directly into the page, without package system, module will add itself globally as window.markdownitMark.

License

MIT

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago