markdown-it
Advanced tools
Changelog
[8.2.0] - 2016-12-01
~~~
in info, #301.Changelog
[8.0.0] - 2016-09-16
*foo**bar**baz*
is now parsed as <strong>
inside <em>
).Changelog
[7.0.1] - 2016-08-16
Changelog
[7.0.0] - 2016-06-22
linkify-it
dependency to 2.0.0. ---
no longer terminates
autodetected links by default. md.linkifier.set('---', true)
will return old
behaviour.linkify-it
was changed.
You will not be affected anyhow, if not used direct access to
require('linkify-it/re')
for customizations.Changelog
[6.1.0] - 2016-06-19
fence
renderer to not mutate token. Token stream should be
immutable after renderer call.