tag for markdown-it markdown parser.
npm install markdown-it-inline-comments


> Center text plugin for markdown-it markdown parser.
__v1.+ requires markdown-it v4.+, see changelog.__
Removes HTML comments => Removes HTML comments
node.js, browser:
``bash`
npm install markdown-it-inline-comments --save
bower install markdown-it-inline-comments --save
`js
var md = require('markdown-it')()
.use(require('markdown-it-inline-comments'));
md.render('') // => ''
`
The widgetparams can be used to determine what kind of html widget should be rendered in the output container.
_Differences in browser._ If you load script directly into the page, without
package system, module will add itself globally as window.markdownitInlineComments`.