kc3-lang/md4c/src

Branch :


Log

Author Commit Date CI Message
thodg c5a6da53 2024-10-18 12:56:35 Fix compilation on MacOS
481fbfbd 2024-02-25 20:51:06 Check for hard breaks more carefully to avoid false positives... ... caused by trailing tab characters. Fixes #250.
64f36805 2024-02-25 16:24:50 Fix handling tab when removing trailing whitespace. Espacially in connection with ATX headers.
3848bfb6 2024-02-21 08:51:05 Make striketrough spans follow same flanking rules... ... as other emphasis spans. Fixes #242.
32995469 2024-02-13 15:46:13 Few assorted typo and wording fixes.
aa53f82c 2024-02-07 11:44:39 Introduce an overall limit to link. ref. defs instantiations. This is to prevent time and output size explosion in case of input pattern generated by this: $ python -c 'N=1000; print("[x]: " + "x" * N + "\n[x]" * N)' We roughly allow to blowing up the input size of the document 16 times by link reference definitions or up to 1 MB, whatever is smaller. When the threshold is reached, following reference definitions are sent to output unresolved as a text. Fixes #238.
30945d80 2024-02-01 22:16:22 md_is_link_label: Fix warning about potentially uninitialized variable... ... when build with gcc 13.2.0 in release build.
f37a89f5 2024-02-01 21:55:45 md_is_inline_link_spec: Use md_lookup_line() instead of walking. Fixes #236.
a44a1cf8 2024-01-11 11:29:29 Update tags for HTML block starting condition. Specifically, "<source>" has been removed, "<search>" added.
4aea320a 2024-01-09 02:25:05 md_is_html_comment: Reflect updated spec.txt. * Accept "<!-->" and "<!--->" as valid HTML comments. * HTML comment now can contain "--"