showdown/test/node
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
..
performance.js Update dependencies to enable Greenkeeper 🌴 (#335) 2017-01-31 05:46:25 +00:00
testsuite.cli.js test(cli)!: Add test for multiple config options 2022-04-21 01:18:39 +01:00
testsuite.features.js feature(ellipsis): Add option to disable ellipsis 2022-01-31 22:06:16 -07:00
testsuite.ghost.js Update dependencies to enable Greenkeeper 🌴 (#335) 2017-01-31 05:46:25 +00:00
testsuite.issues.js chore: normalize test names 2015-10-19 02:50:32 +01:00
testsuite.karlcow.js chore: normalize test names 2015-10-19 02:50:32 +01:00
testsuite.makemd.js feat(converter.makeMarkdown): add an HTML to MD converter 2018-11-10 02:39:38 +00:00
testsuite.showdown.Converter.js fix(cli): cli now works properly 2022-03-03 12:15:50 +00:00
testsuite.showdown.Converter.makeHtml.js fix(cli): cli now works properly 2022-03-03 12:15:50 +00:00
testsuite.showdown.Converter.makeMarkdown.js fix(cli): cli now works properly 2022-03-03 12:15:50 +00:00
testsuite.showdown.helpers.js fix(cli): cli now works properly 2022-03-03 12:15:50 +00:00
testsuite.showdown.js fix(cli): cli now works properly 2022-03-03 12:15:50 +00:00
testsuite.standard.js chore: normalize test names 2015-10-19 02:50:32 +01:00