mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-19 07:47:15 +00:00
3ffd47af68
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.