kc3-lang/md4c/md2html/render_html.c

Branch :


Log

Author Commit Date CI Message
4e831dc1 2017-07-15 18:40:38 Add 2017 into copyright notes.
1bc7f3a8 2017-07-14 02:22:15 render_url_escaped: Fix escaping of ampersand. This affected generating href attribute if links or src attribute of images.
82c0eb53 2017-07-13 16:23:45 entity_lookup: Make it return UTF-32 codepoints. And adapted callers accordingly. Fixes #12.
25a156ee 2017-07-12 23:30:14 Implement strikethrough extension.
ba686ec3 2016-12-16 10:16:17 render_html.c: Fix build with MSVC.
c9ef8ccb 2016-12-16 09:59:03 render_html.c: Unify use of char versus MD_CHAR.
c850843c 2016-12-16 09:47:06 md2html: Isolate HTML renderer into render_html.c (issue #8).