showdown/test
Estevão Soares dos Santos d24d2befa3 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:17:34 +01:00
..
cli chore: fix tests for CI 2022-03-09 15:19:34 +00:00
functional Merge branch 'develop' into feat/910-auto-linking-mention-from-html-to-markdown 2022-04-16 20:09:50 +01:00
mocks fix(cli): cli now works properly 2022-03-03 12:48:23 +00:00
performance fix(cli): cli now works properly 2022-03-03 12:48:23 +00:00
unit test(cli)!: Add test for multiple config options 2022-04-21 01:17:34 +01:00
bootstrap.js test: implement karma and browserstack tests 2022-03-27 00:05:30 +00:00
optionswp.js test: implement karma and browserstack tests 2022-03-27 00:05:30 +00:00
performance.testfile.md test: use new performance test file 2017-01-28 02:04:50 +00:00