diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-01-17 11:24:21 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-01-17 11:24:21 -0800 |
commit | efcf19e5a4dba78c1db6dbb8935e9703ec45ecac (patch) | |
tree | bb0d91b50895acf57e6b4c67f9e08f65d6e3abca /README | |
parent | 19aa1639041a36894033e16dd4df5caae3f08564 (diff) | |
download | pandoc-efcf19e5a4dba78c1db6dbb8935e9703ec45ecac.tar.gz |
Slight modification of lhs instructions.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |