![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | dist/ | 2 years ago | - | |
![]() | CHANGELOG.md | 2 years ago | 255 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | LICENSE | 2 years ago | 1.1K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | README.md | 2 years ago | 1.3K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | bower.json | 2 years ago | 513 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | index.js | 2 years ago | 2.8K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | package.json | 2 years ago | 1.7K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
<mark>
tag plugin for markdown-it markdown parser.
v2.+ requires markdown-it
v5.+, see changelog.
==marked==
=> <mark>inserted</mark>
Markup uses the same conditions as CommonMark emphasis.
node.js, browser:
npm install markdown-it-mark --save
bower install markdown-it-mark --save
var md = require('markdown-it')()
.use(require('markdown-it-mark'));
md.render('==marked==') // => '<p><mark>marked</mark></p>'
Differences in browser. If you load script directly into the page, without
package system, module will add itself globally as window.markdownitMark
.