kc3-lang/md4c/md2html/md2html.c

Branch :


Log

Author Commit Date CI Message
7c9f5982 2016-11-07 19:48:16 Fix typo in debug output.
ef5f230f 2016-10-14 19:56:05 Implement permissive autolinks extensions. With MD_FLAG_PERMISSIVEURLAUTOLINKS, we treat not overly complicated URLs as autolinks even without '<' and '>'. With MD_FLAG_PERMISSIVEEMAILAUTOLINKS, we treat not overly complicated e-mail addresses as autolinks even without '<', '>' and without the 'mailto:' scheme. Also expanded md2html utility and tests to cover these.
296c8318 2016-10-13 19:04:36 Implement emphasis and strong emphasis.
a7899c05 2016-10-11 02:34:01 Implement autolinks.
1cfc6a5f 2016-10-11 01:10:11 Incorporate the specification testsuite from CommonMark.
2b740798 2016-10-11 00:36:39 Implement insecure character (NULL) replacement.
de2338ec 2016-10-09 00:42:30 Fix: By default, do not collapse whitespace.
14090e2e 2016-10-08 23:30:49 md2html: Output new-line after "</blockquote>".
87b41e1a 2016-10-07 20:39:42 Implement entities.
a284a382 2016-10-06 23:50:56 Implement code spans.
33258e68 2016-10-04 21:18:30 Implement block quotes.
279ec8f6 2016-10-04 20:46:10 Implement soft and hard line breaks.
e0127581 2016-10-04 20:29:22 Implement raw HTML blocks.
d2da226c 2016-10-04 19:48:06 Implement fenced code blocks.
43bd2844 2016-10-04 03:26:56 Implemented indented code blocks.
80984c98 2016-10-04 02:18:47 Little code clean-up.
0225f337 2016-10-04 00:55:32 Implement ATX headers.
63a92c08 2016-10-04 00:18:08 Implement thematic breaks (<hr>).
efed58af 2016-10-03 20:17:15 Initial commit.