github showdownjs/showdown 2.1.0

2 years ago

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

Don't miss a new showdown release

NewReleases is sending notifications on new releases.