0.0.63 • Published 10 months ago

markdown-it-tempus v0.0.63

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

markdown-it-tempus

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

@this year@(2025) => <time datetime="2025">this year</time>

Markup uses the same conditions as CommonMark link.

Install

npm install markdown-it-tempus --save

Use

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

md.render('@this year@(2025)') // => '<p><time datetime="2025">this year</time></p>'

License

MIT

0.0.63

10 months ago

0.0.62

10 months ago

0.0.61

10 months ago

0.0.59

10 months ago

0.0.57

10 months ago

0.0.25

10 months ago

0.0.23

10 months ago

0.0.22

10 months ago

0.0.21

10 months ago

0.0.18

10 months ago

0.0.13

10 months ago

0.0.12

10 months ago