kc3-lang/md4c/md2html/render_html.c

Branch :


Log

Author Commit Date CI Message
8e01a769 2019-02-10 22:58:42 Implement task lists. (#50) Fixes #30.
00236fc7 2019-02-05 12:59:44 Update years in the files changed this year and in LICENSE.md.
03f58685 2019-02-05 10:13:34 md4c.h: Rename and refactorize MD_RENDERER struct. * Rename MD_RENDERER to MD_PARSER. (Typedef to provide the original name is provided to minimize disruption of existing code.) * Reorder its members to make better sense. * Add abi_version member (hopefully, it shall never be needed ;-) * Update md2html utility to deal with the change. Rationale: This is done in order to prepare for long-term maintenance of ABI compatibility, as there is no work-in-progress to be buildable as shared lib, and be included in some Linux distros.
5f47a5cb 2017-09-11 10:55:21 md_build_attribute: Handle U+0000 character.
8bfb6785 2017-08-28 16:16:59 render_html: Get rid of global variable. This is a residue which by mistake survived the isolation of the rendering code in the c850843c12468c6bd500b4c1d86653bdac5628d4.
dc3dde78 2017-08-28 16:14:04 render_html: Add a new line after <ol>. This makes the behavior more consistent with <ul>.
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).