aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-01-17 11:24:21 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2013-01-17 11:24:21 -0800
commitefcf19e5a4dba78c1db6dbb8935e9703ec45ecac (patch)
treebb0d91b50895acf57e6b4c67f9e08f65d6e3abca /README
parent19aa1639041a36894033e16dd4df5caae3f08564 (diff)
downloadpandoc-efcf19e5a4dba78c1db6dbb8935e9703ec45ecac.tar.gz
Slight modification of lhs instructions.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 922165c3b..6ee7a984d 100644
--- a/README
+++ b/README
@@ -2510,9 +2510,9 @@ using the `-V` option:
Literate Haskell support
========================
-If you append `+lhs` to an appropriate input or output format (`markdown`,
-`mardkown_strict`, `rst`, or `latex` for input or output; `beamer`,
-`html` or `html5` for output only), pandoc will treat the document as
+If you append `+lhs` (or `+literate_haskell`) to an appropriate input or output
+format (`markdown`, `mardkown_strict`, `rst`, or `latex` for input or output;
+`beamer`, `html` or `html5` for output only), pandoc will treat the document as
literate Haskell source. This means that
- In markdown input, "bird track" sections will be parsed as Haskell