0.0.63 • Published 8 months ago

markdown-it-tempus v0.0.63

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

8 months ago

0.0.62

8 months ago

0.0.61

8 months ago

0.0.59

8 months ago

0.0.57

8 months ago

0.0.25

8 months ago

0.0.23

8 months ago

0.0.22

8 months ago

0.0.21

8 months ago

0.0.18

8 months ago

0.0.13

8 months ago

0.0.12

8 months ago