0.0.63 • Published 7 months ago

markdown-it-tempus v0.0.63

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 months ago

0.0.62

7 months ago

0.0.61

7 months ago

0.0.59

7 months ago

0.0.57

7 months ago

0.0.25

7 months ago

0.0.23

7 months ago

0.0.22

7 months ago

0.0.21

7 months ago

0.0.18

7 months ago

0.0.13

7 months ago

0.0.12

7 months ago