Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
markdown.pdf | 2025-02-21 | 1.4 MB | |
markdown.zip | 2025-02-21 | 4.5 MB | |
3.11.0 source code.tar.gz | 2025-02-21 | 7.4 MB | |
3.11.0 source code.zip | 2025-02-21 | 7.8 MB | |
README.md | 2025-02-21 | 1.3 kB | |
Totals: 5 Items | 21.0 MB | 0 |
Development:
- Remove dependency on Selene Unicode and add preliminary support for LuaMetaTeX and ConTeXt standalone. (originally reported by @andreiborisov in [#402] and [#436], and by @witiko in latex3#1518 and dev-context@ntg.nl; fixed in [#551]..#553 by @witiko and @lostenderman, and in latex3#1670 and latex3#1671 by @hanshagen, @josephwright, @Skillmon, and @muzimuzhi)
Fixes:
- Prevent left-flanking and right-flanking delimiter runs followed by multi-byte whitespace or punctuation characters. (fixed in [#552] and [#553] by @witiko and @lostenderman)
Documentation:
- Add a man page for
markdown2tex
. (suggested by @karlberry in [#547]; added by @witiko in [#554]..#556)
Docker:
- Install the current package
tinyyaml
in historical TeX Live Docker images. (added by @witiko in 18cb17f2 and bfb6dfbc, many thanks to @zepinglee for keeping the CTAN package up-to-date)
Tests:
- Test that nested numbers are correctly parsed by package
tinyyaml
in YAML metadata. (added by @witiko in [#218] and istqb_product_base#172)