src/md4c-html.c


Log

Author Commit Date CI Message
Martin Mitas 4a64fee2 2024-01-11T13:12:55 Bump copyright years.
Martin Mitas e25ea3d1 2024-01-11T03:34:24 Update list of named entities.
Martin Mitas ca169a92 2024-01-10T12:22:04 Fix HTML renderer to handle neted images correctly. Fixes #210.
Martin Mitas 28f253d7 2024-01-08T18:18:51 Fix some gcc warnings with -pedantic. Fixes #187.
Martin Mitas ccc8b64a 2021-07-15T18:56:46 md_html: Add `~` to the list of characters not escaped in URIs. Fixes #165.
Kai Koehne e8285942 2021-06-14T09:47:17 Fix MSVC compiler level 3 warnings (#162) Fix various C4244 warnings with the MSVC compiler for 64 bit
Martin Mitas dec6e22b 2020-06-27T20:27:28 Fix entity rendering with MD_HTML_FLAG_VERBATIM_ENTITIES. Fixes #118.
Dominick C. Pastore 3e5d64bf 2020-05-29T10:42:38 Add missing <img /> tag to XHTML support (#116)
Martin Mitas ddcc1f34 2020-05-04T12:54:15 HTML renderer: Add support for XHTML mode.
Martin Mitas ce8c6606 2020-04-20T19:32:13 Fix the build.
Martin Mitas 1f78c867 2019-08-09T10:29:55 Rename HTML renderer public identifier names. This is to reflect we make it a public API.
Martin Mitas ed0ef280 2019-08-09T09:57:42 Build the HTML renderer as a standalong library.