summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-15 20:37:50 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-05-15 20:37:50 +0200
commite01e2d0b9ba0d0d96c32f1f63ed41722305d5764 (patch)
tree5d59d69f89fd16c7478fe2c825152da596f1b135
parent37189667cc2bc86d308ad771318528bd77876912 (diff)
MANUAL: remove refs to highlighting-kate.
Closes #3672.
-rw-r--r--MANUAL.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index fad4683d4..f41d96ffa 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -4068,7 +4068,7 @@ Syntax highlighting
===================
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, Ms, and LaTeX/PDF output.
To see a list of language names that pandoc will recognize, type
`pandoc --list-highlight-languages`.
@@ -4081,7 +4081,7 @@ type `pandoc --list-highlight-styles`.
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
============================