kc3-lang/md4c/scripts

Branch :


Log

Author Commit Date CI Message
e7c4392c 2024-02-04 01:40:43 CI: Run test also on Windows runners.
ef4dcd41 2024-01-09 02:54:25 Updated spec.txt expands what's recognized as Unicode punctuation. Namely all P and S general categories are now treated as punctuation.
d955c495 2024-01-17 02:48:57 Rework permissive autolinks. (#220) * We have now dedicated run over the inline marks for them. * We check more throughly whether it really looks as an URL or e-mail address. The old implementation recognized even heavily broken ones. * This allows us to be much more careful in order not to cross already resolved marks. * Share substantial parts of the code between all three types of the permissive autolinks (URL, WWW, e-mail). * Merge their tests into one file, spec-permissive-autolinks.txt. * Add one pathological case which triggered quadratic behavior in the old implementation.
a715b884 2024-01-16 15:29:35 Rename many files in test dir for better organization.
6685df9c 2024-01-16 15:09:33 Move all regression tests into new tests/regressions.txt. (And update scripts/run-tests.sh accordingly.)
74e5f7a9 2024-01-16 14:56:09 Tests: Specify md2html command line options for each example as needed. Previously the caller (or the script scripts/run_tests.sh) needed to know what options to specify.
e25ea3d1 2024-01-11 03:34:24 Update list of named entities.
61949ee9 2024-01-09 02:08:48 Update to Unicode 15.1.
6ef3be6e 2024-01-08 20:09:57 `MD_FLAG_HARD_SOFT_BREAKS` (#193)
bcdbd126 2020-09-17 09:55:33 scripts/build_folding_map.py: Fix/improve a comment.