From b474a23296eed3c80dfce06bf618e837975698ba Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 2 Apr 2017 23:10:42 +0200 Subject: MANUAL: document highlighting support in ms. --- MANUAL.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MANUAL.txt b/MANUAL.txt index 1534beec2..529bbd6ff 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1904,11 +1904,11 @@ this syntax: Here `mycode` is an identifier, `haskell` and `numberLines` are classes, and `startFrom` is an attribute with value `100`. Some output formats can use this information to do syntax highlighting. Currently, the only output formats -that uses this information are HTML and LaTeX. If highlighting is supported -for your output format and language, then the code block above will appear -highlighted, with numbered lines. (To see which languages are supported, type -`pandoc --list-highlight-languages`.) Otherwise, the code block above will -appear as follows: +that uses this information are HTML, LaTeX, Docx, and Ms. If highlighting +is supported for your output format and language, then the code block above +will appear highlighted, with numbered lines. (To see which languages are +supported, type `pandoc --list-highlight-languages`.) Otherwise, the code +block above will appear as follows:
       
@@ -4045,7 +4045,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
-used for highlighting, which works in HTML, Docx, and LaTeX/PDF output.
+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`.
 
-- 
cgit v1.2.3