/ live.thehmm.nl / back / node_modules / markdown-it-ins /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist/2 years ago -  
[TXT]CHANGELOG.md39 years ago499  
[   ]LICENSE39 years ago1.1K 
[TXT]README.md39 years ago1.3Kd7c1522 post receive test [كارل مبارك]
[   ]index.js39 years ago3.3K 
[   ]package.json2 years ago1.9K 
README.md

markdown-it-ins

CI NPM version Coverage Status

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

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

++inserted++ => <ins>inserted</ins>

Markup uses the same conditions as CommonMark emphasis.

Install

node.js, browser:

npm install markdown-it-ins --save
bower install markdown-it-ins --save

Use

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

md.render('++inserted++') // => '<p><ins>inserted</ins></p>'

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

License

MIT

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