mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-06 23:55:48 +00:00
See #11171. Previously the native typst highlighting was always used, regardless of the setting of `--syntax-highlighting`. With this change, `--syntax-highlighting=none` and `--syntax-highlighting=<style name>` (with skylighting) will work. Completes #10525.