kc3-lang/md4c

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.
057915e0 2024-02-17 15:01:46 CI: Migrate codecov/codecov-action@v3 to @v4. (#241)
32995469 2024-02-13 15:46:13 Few assorted typo and wording fixes.
b85a5997 2024-02-07 15:05:44 CHANGELOG.md: Fix link to an issue #238.
a16575e9 2024-02-07 12:19:30 CHANGELOG.md: Update.
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.
ad8d4112 2024-02-04 02:03:12 Merge branch 'expand_ci'