showdown/test/functional/makehtml/cases
Estevão Soares dos Santos 9f8c7199ea
feat(makehtml.events): implements event system refactor for converter.makeHtml (#919)
* startrefactoring the event system

* refactor: blockquotes, code blocks and links refactored

* refactor codeblock to new event system

* refactor subparser until ghcode to new events

* finish adating ghcodeblock to new event

* add headings to new events

* add image to event system

* add emphasisAndStrong to event system

* fix wrong event name in emphasisAndStrong onEnd event

* spanGamut and build

* showdown.helper.event refactored to showdown.Event

* partial

* add links

* add metadata

* add strikethrough and table

* build

* add underline

* add unescapeSpecialChars

* small refactoring

* remove old tables parser

* add lists

* add simple event trigger tests

* build

* fix browserstack

* fix browserstack

* remove testing for ie11 and bumped firefox min version to 45

* fixes and closes #920

* build
2022-04-27 21:42:24 +01:00
..
features feat(makehtml.events): implements event system refactor for converter.makeHtml (#919) 2022-04-27 21:42:24 +01:00
ghost fix(links): a number of issues with links subparser 2018-09-25 04:04:59 +01:00
issues fix(lists): codeblocks inside lists are now correctly parsed 2022-02-25 01:06:09 +00:00
karlcow test: add tests for reverse converter 2017-12-23 12:35:31 +00:00
standard feat(makehtml.events): implements event system refactor for converter.makeHtml (#919) 2022-04-27 21:42:24 +01:00
commonmark.testsuite.json test(commonmark): Add updated CommonMark Tests (#918) 2022-04-27 21:35:06 +01:00