Slight modification of lhs instructions.
This commit is contained in:
parent
19aa163904
commit
efcf19e5a4
1 changed files with 3 additions and 3 deletions
6
README
6
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
|
||||
|
|
Loading…
Add table
Reference in a new issue