summaryrefslogtreecommitdiff
path: root/debian/patches/020170515~e01e2d0.patch
blob: d2bd9490685b8e91fff5ac318f4ccd22d9e24c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description: MANUAL: remove refs to highlighting-kate.
Origin: upstream, https://github.com/jgm/pandoc/commit/e01e2d0
Author: John MacFarlane <jgm@berkeley.edu>
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
 ============================