20 Commits

Author SHA1 Message Date
Le Tan
18a8927efb update peg-highlighter 2019-04-04 20:30:54 +08:00
Le Tan
ee2d4947be PegMarkdownHighlight: update for GFM table 2018-11-23 19:46:23 +08:00
Le Tan
28eb48cc2e PegParser: support ~~~ as fenced code block 2018-11-22 20:31:47 +08:00
Le Tan
231f318259 PegParser: update pegmarkdownhighlight to fix strike 2018-11-20 20:13:56 +08:00
Le Tan
6a470ba2f4 PegParser: update PegMarkdownHighlight for MathJax
1. Support $ in $$..$$;
2. Support raw display formula \begin{}...\end{}
2018-11-01 19:55:31 +08:00
Le Tan
81fde672f9 PegParser: update for display formula number to bcb0d729e4d4db5c27ce7bb7c69577120d6a5fc0 2018-10-17 19:59:34 +08:00
Le Tan
2b5b460451 pmh_parser: update to 9f5cebec152d6611d28f08152e07f81a76ff419f for HRULE 2018-10-15 19:53:58 +08:00
Le Tan
13fb03bd11 update peg-markdown-highlight 2018-08-24 20:14:51 +08:00
Le Tan
5c7bc6d537 peg-markdown-highlight: update for pmh_MARK 2018-07-25 20:53:44 +08:00
Le Tan
87169832be peg-markdown-highlight: update to fix pmh_NOTE 2018-07-24 21:04:17 +08:00
Le Tan
d2e054994b peg-markdown-highlight: update to 7385865a6c1eff676f9e3624e0f88c2834bb6d8a 2018-07-13 20:31:34 +08:00
Le Tan
a20d306aab peg-markdown-highlight: update to c3fd99c8fe6a7041b3c01f607b602aba1aa36416
For fenced code block support.
2018-07-12 20:18:24 +08:00
Le Tan
5b681dd64c peg-markdown-highlight: update to 03b1cae7646acc3586910679b0b4872d6f4b5884
Support FRONTMATTER.
2018-07-09 20:18:43 +08:00
Le Tan
e47900f7ec fix compilation warning of pmh_parser on Windows 2018-05-11 14:39:51 +08:00
Le Tan
84437bcd97 update peg-highlight 2018-05-06 16:03:12 +08:00
Le Tan
a2e5d48c65 update pmh_parser for heading space 2018-05-06 11:56:08 +08:00
Le Tan
e2dd062a24 style: support STRIKE and NOTES
- Add "strikeout" support in mdhl file;
2018-05-05 14:18:30 +08:00
AlbinZhang
77bbf7f907 fix compilation error with MSVC2013 (#15)
MSVC2013 support C99 incompletely, which causes build errors for C codes in peg-highlight module.

1. Move variable declarations at the front of code block;
2. Add compilation flag `Q_COMPILER_INITIALIZER_LISTS`;
2017-06-02 08:58:09 +08:00
Le Tan
db17c61423 eliminate build warning on Windows 2017-03-31 21:05:09 +08:00
Le Tan
fe4a2cdcc8 move peg-markdown-highlight as a lib to avoid warnings
Signed-off-by: Le Tan <tamlokveer@gmail.com>
2016-11-11 23:09:42 +08:00