diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-29 14:03:39 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-29 14:03:39 -0800 |
commit | 763a9610cdcfbbcd483abf2fd3b754039037a769 (patch) | |
tree | b1b474b3416fd40259559ebafd4a78423574cf0a /src | |
parent | 0aa6269b04c2c830790a34ceaf81acb9d56e28fe (diff) | |
download | pandoc-763a9610cdcfbbcd483abf2fd3b754039037a769.tar.gz |
Better formatting for list of highlighting languages.
Diffstat (limited to 'src')
-rw-r--r-- | src/pandoc.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs index 941a66469..27e0dc4df 100644 --- a/src/pandoc.hs +++ b/src/pandoc.hs @@ -64,7 +64,7 @@ copyrightMessage = "\nCopyright (C) 2006-2011 John MacFarlane\n" ++ compileInfo :: String compileInfo = "\nCompiled with citeproc support." ++ - "\nCompiled with syntax highlighting support for:\n" ++ + "\nCompiled with syntax highlighting support for:\n " ++ wrapWords 4 78 languages -- | Converts a list of strings into a single string with the items printed as |