showdown/test
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
..
cases feature(ellipsis): Add option to disable ellipsis 2022-01-31 22:06:16 -07:00
cli fix(cli): cli now works properly 2022-03-03 12:15:50 +00:00
features feature(ellipsis): Add option to disable ellipsis 2022-01-31 22:06:16 -07:00
ghost test: add newline at end of test files 2017-01-28 01:46:33 +00:00
issues fix reference link impostors 2022-01-31 21:34:33 -07:00
karlcow fix(encodeAmpsAndAngles): fix > and < encoding 2017-02-06 03:28:49 +00:00
makeMd feat(converter.makeMarkdown): add an HTML to MD converter 2018-11-10 02:39:38 +00:00
mocks fix(cli): cli now works properly 2022-03-03 12:15:50 +00:00
node test(cli)!: Add test for multiple config options 2022-04-21 01:18:39 +01:00
performance Update dependencies to enable Greenkeeper 🌴 (#335) 2017-01-31 05:46:25 +00:00
bootstrap.js feat(converter.makeMarkdown): add an HTML to MD converter 2018-11-10 02:39:38 +00:00
optionswp.js feat(CLI): add a simple cli tool 2015-07-13 05:09:03 +01:00
performance.testfile.md test: use new performance test file 2017-01-28 02:04:50 +00:00