Changelog
2.1.0 (2022-04-21)
-c
flag. To update:before:
showdown makehtml -i foo.md -o bar.html --strikethrough --emoji
after:
showdown makehtml -i foo.md -o bar.html -c strikethrough -c emoji
<a name="2.0.0"></a>
yargs
dependecy was updated to ^17.2.1
to mitigate a security issue.ellipsis
option to configure if the ellipsis unicode character is used or not. ( Thanks @VladimirV99 )<a name="1.9.1"></a>
Changelog
2.1.0 (2022-04-21)
-c
flag. To update:before:
showdown makehtml -i foo.md -o bar.html --strikethrough --emoji
after:
showdown makehtml -i foo.md -o bar.html -c strikethrough -c emoji
<a name="2.0.0"></a>
yargs
dependecy was updated to ^17.2.1
to mitigate a security issue.ellipsis
option to configure if the ellipsis unicode character is used or not. ( Thanks @VladimirV99 )<a name="1.9.1"></a>
Changelog
1.9.0 (2018-11-10)
Version 1.9.0 introduces a new feature, the Markdown to HTML converter. This feature is still experimental and is a partial backport of the new Reverse Converter planned for version 2.0.
<a name="1.8.7"></a>
Changelog
1.8.7 (2018-10-16)
emojis: fix emoji excessive size (4aca41c)
gfm-codeblocks: add support for spaces before language declaration (24bf7b1), closes #569 leading space no longer breaks gfm codeblocks (828c32f), closes #523
images: fix js error when using image references (980e702), closes #585
literalMidWordAsterisks: now parses single characters enclosed by * correctly (fe70e45), closes #478
mentions: allow for usernames with dot, underscore and dash (dfeb1e2), closes #574
nbsp: fix replacing of nbsp with regular spaces (8bc1f42)
<a name="1.8.6"></a>