Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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). |