diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-22 13:21:44 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-22 13:24:43 -0800 |
| commit | fca95bf43c16f19466df26c7875a5c8be144b77e (patch) | |
| tree | 950a13926dc260b2e53ea80ea73d04a408bed41f /README | |
| parent | f61e09cb9a67e13deee5c48ac815e03f79989817 (diff) | |
| download | pandoc-fca95bf43c16f19466df26c7875a5c8be144b77e.tar.gz | |
Removed highlighting flag. Highlighting support is now standard.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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: <pre class="haskell"> |
