kc3-lang/md4c/src/md4c-html.c

Branch :


Log

Author Commit Date CI Message
28f253d7 2024-01-08 18:18:51 Fix some gcc warnings with -pedantic. Fixes #187.
ccc8b64a 2021-07-15 18:56:46 md_html: Add `~` to the list of characters not escaped in URIs. Fixes #165.
e8285942 2021-06-14 09:47:17 Fix MSVC compiler level 3 warnings (#162) Fix various C4244 warnings with the MSVC compiler for 64 bit
dec6e22b 2020-06-27 20:27:28 Fix entity rendering with MD_HTML_FLAG_VERBATIM_ENTITIES. Fixes #118.
3e5d64bf 2020-05-29 10:42:38 Add missing <img /> tag to XHTML support (#116)
ddcc1f34 2020-05-04 12:54:15 HTML renderer: Add support for XHTML mode.
ce8c6606 2020-04-20 19:32:13 Fix the build.
1f78c867 2019-08-09 10:29:55 Rename HTML renderer public identifier names. This is to reflect we make it a public API.
ed0ef280 2019-08-09 09:57:42 Build the HTML renderer as a standalong library.