8000 Release 2.1.0 · showdownjs/showdown · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@tivie tivie released this 21 Apr 00:32
· 247 commits to master since this release

2.1.0 (2022-04-21)

BREAKING CHANGES

  • the CLI no longer accepts "extra options". Instead you should pass the -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
0