aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
============================