..
blockparser.h
appveyor - use debug
2019-02-19 02:43:15 +01:00
breaklineparser.h
breaklineparser: First version
2019-12-16 11:10:25 -03:00
callbackreplacer.h
Linkparser: Use callbacks, so app can influence how the HTML gets rendered exactly
2021-04-18 13:10:50 +02:00
checklistparser.h
initial release 1.0.0
2017-12-25 12:22:35 +01:00
codeblockparser.h
initial release 1.0.0
2017-12-25 12:22:35 +01:00
emphasizedparser.h
emphasizedparser: Underscore does not need backslash
2018-10-25 14:51:50 -03:00
headlineparser.h
initial release 1.0.0
2017-12-25 12:22:35 +01:00
horizontallineparser.h
initial release 1.0.0
2017-12-25 12:22:35 +01:00
htmlparser.h
No paragraphs for html ( #27 )
2019-12-27 19:48:29 +01:00
imageparser.h
initial release 1.0.0
2017-12-25 12:22:35 +01:00
inlinecodeparser.h
initial release 1.0.0
2017-12-25 12:22:35 +01:00
italicparser.h
italicparser: Parse(): Add static keyword to regex
2021-04-18 11:40:15 +02:00
lineparser.h
added dtor to lineparser
2018-10-25 17:45:52 +02:00
linkparser.h
Linkparser: Use callbacks, so app can influence how the HTML gets rendered exactly
2021-04-18 13:10:50 +02:00
orderedlistparser.h
orderedlistparser: Add parsing support for fully numeric markdown lists
2020-10-03 17:22:21 -05:00
paragraphparser.h
No paragraphs for html ( #27 )
2019-12-27 19:48:29 +01:00
parser.h
Parser: Add setters to allow influencing the parsing with custom implementations
2021-04-18 12:55:30 +02:00
parserconfig.h
No paragraphs for html ( #27 )
2019-12-27 19:48:29 +01:00
quoteparser.h
initial release 1.0.0
2017-12-25 12:22:35 +01:00
strikethroughparser.h
fixed the inline code now also for not directly following letters
2017-12-26 05:24:01 +01:00
strongparser.h
strongparser: Underscore does not need backslash
2018-10-25 14:51:49 -03:00
tableparser.h
initial release 1.0.0
2017-12-25 12:22:35 +01:00
unorderedlistparser.h
*, + and - are equivalent for making unordered bullet lists as per https://spec-md.com/#sec-Lists
2020-02-03 22:52:57 +01:00