Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 90f8d964 | 2024-01-26 10:23:36 | Put all compiler option to one place and unify them for all targets. (And fix a newly triggered warning in md2html/md2html.c.) | ||
| 4933a893 | 2024-01-25 20:28:54 | md2html: Add <meta charset="UTF-8"> with output with --full-html. Fixes #231. | ||
| f46000c7 | 2024-01-24 09:49:59 | Use UTF-8 in copyright notes. | ||
| 533b8331 | 2024-01-24 09:48:53 | md2html/cmdline.[ch]: Update from upstream. | ||
| 2ba5e2c6 | 2024-01-17 14:48:57 | Make --replay-fuzz friendlier to work with in debugger. We make effectively input zero-terminated so debugger doesn't attempt to write more than what's really provided. | ||
| 4a64fee2 | 2024-01-11 13:12:55 | Bump copyright years. | ||
| 338e0bb2 | 2024-01-10 17:30:51 | md2html: Add undoc'ed debug option --replay-fuzz. This helps to reproduce issues found by oss-fuzz project. | ||
| 47a2ad3d | 2024-01-09 11:34:40 | added options --html-title and --html-css (#188) | ||
| 6ef3be6e | 2024-01-08 20:09:57 | `MD_FLAG_HARD_SOFT_BREAKS` (#193) | ||
| a470fbf8 | 2022-01-13 20:34:47 | md2html: Change interpretation of --github and --commonmark options. Previously these assigned a set of parser flags with an operator '='. Now '|=' is used so that any preceding options affecting what extensions to allow are not ignored. |