mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
test: add test in testsuite.features.js
Partial, add special case in testsuite.features.js
This commit is contained in:
parent
7c73722fff
commit
ffb180dc25
|
@ -36,6 +36,8 @@ describe('makeHtml() features testsuite', function () {
|
|||
for (var i = 0; i < tableSuite.length; ++i) {
|
||||
if (tableSuite[i].name === 'basic_with_header_ids') {
|
||||
converter = new showdown.Converter({tables: true, tableHeaderId: true});
|
||||
} else if (tableSuite[i].name === '#179.parse_md_in_table_ths') {
|
||||
converter = new showdown.Converter({tables: true, strikethrough: true});
|
||||
} else {
|
||||
converter = new showdown.Converter({tables: true});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user