From fca95bf43c16f19466df26c7875a5c8be144b77e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 22 Dec 2011 13:21:44 -0800 Subject: Removed highlighting flag. Highlighting support is now standard. --- README | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 6b27d59e9..7790c4c8d 100644 --- a/README +++ b/README @@ -842,12 +842,9 @@ this syntax: Some output formats can use this information to do syntax highlighting. Currently, the only output format that uses this information is HTML. - -If pandoc has been compiled with syntax highlighting support, then the +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, do `pandoc --version`.) - -If pandoc has not been compiled with syntax highlighting support, the +which languages are supported, do `pandoc --version`.) Otherwise, the code block above will appear as follows:
-- 
cgit v1.2.3