13 Commits

Author SHA1 Message Date
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