showdown/src
Estevão Soares dos Santos 914129f5dc test(cli)!: Add test for multiple config options
Note: there was a breaking change that we forgot to document. Ww write the breaking change here for it to be picked up in the future 3.0 release,
even though it was introduced in commit 3871765

BREAKING CHANGE: 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
```

Closes #916
2022-04-21 01:18:39 +01:00
..
cli test(cli)!: Add test for multiple config options 2022-04-21 01:18:39 +01:00
subParsers feature(ellipsis): Add option to disable ellipsis 2022-01-31 22:06:16 -07:00
converter.js fix(extension-registering) removeExtension implementation 2022-02-01 21:03:38 -07:00
helpers.js chore(deps): update all dependecies to the latest; make eslint work 2022-01-31 17:07:27 -07:00
loader.js fix(loader): allow AMD loader to be used within Node env 2017-08-27 19:20:48 +01:00
options.js fix(cli): cli now works properly 2022-03-03 12:15:50 +00:00
showdown.js fix(cli): cli now works properly 2022-03-03 12:15:50 +00:00