Description: MANUAL: remove refs to highlighting-kate. Origin: upstream, https://github.com/jgm/pandoc/commit/e01e2d0 Author: John MacFarlane Forwarded: yes Bug: https://github.com/jgm/pandoc/issues/3672 Last-Update: 2017-08-01 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/MANUAL.txt +++ b/MANUAL.txt @@ -3956,7 +3956,7 @@ =================== Pandoc will automatically highlight syntax in [fenced code blocks] that -are marked with a language name. The Haskell library [highlighting-kate] is +are marked with a language name. The Haskell library [skylighting] is used for highlighting, which works in HTML, Docx, and LaTeX/PDF output. To see a list of language names that pandoc will recognize, type `pandoc --list-highlight-languages`. @@ -3969,7 +3969,7 @@ To disable highlighting, use the `--no-highlight` option. -[highlighting-kate]: https://github.com/jgm/highlighting-kate +[skylighting]: https://github.com/jgm/skylighting Custom Styles in Docx Output ============================