typst/crates
Laurenz cbfd9884a9 Fix argument parsing bug
Things like `luma(1, key: "val")` didn't produce an error before because `args.finish()?` wasn't called. This changes `args: Args` to `args: &mut Args` to make it impossible for that to happen.
2023-10-27 13:25:15 +02:00
..
typst Fix argument parsing bug 2023-10-27 13:25:15 +02:00
typst-cli Use fontdb to search fonts, with basic fontconfig support (#2472) 2023-10-25 18:38:08 +02:00
typst-docs Improve color and gradient docs 2023-10-25 16:20:08 +02:00
typst-ide Hashtag -> Hash 2023-10-09 16:04:10 +02:00
typst-library Fix trailing mandatory breaks being swallowed (#2502) 2023-10-27 00:17:47 +02:00
typst-macros Fix argument parsing bug 2023-10-27 13:25:15 +02:00
typst-syntax Fix tag list order 2023-10-19 19:57:47 +02:00