diff options
| author | John MacFarlane <[email protected]> | 2025-09-28 15:36:21 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-09-28 15:36:21 +0200 |
| commit | 3ffd47af68853662fc613c3ce186e60b60d95d43 (patch) | |
| tree | 5448624242975f4cdfd750dfa38bf9b5878be227 /MANUAL.txt | |
| parent | c72ff7393c93ad838cd79d2c6c69fe92f07388ea (diff) | |
Typst writer: Fix syntax highlighting.
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.
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 4bff32e2a..3574c36b7 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -7528,7 +7528,7 @@ Vim traditionally wraps at 78, but Pandoc defaults to 72. Use Pandoc will automatically highlight syntax in [fenced code blocks] that are marked with a language name. The Haskell library [skylighting] is used for highlighting. Currently highlighting is supported only for -HTML, EPUB, Docx, Ms, Man, and LaTeX/PDF output. To see a list +HTML, EPUB, Docx, Ms, Man, Typst, and LaTeX/PDF output. To see a list of language names that pandoc will recognize, type `pandoc --list-highlight-languages`. |
