Manual: Mention limitations of Literate Haskell Support (#3413)

This fixes #3410.
This commit is contained in:
Joachim Breitner 2017-02-03 15:38:28 -05:00 committed by John MacFarlane
parent 23e6495624
commit ed4f84e84b

View file

@ -3931,6 +3931,10 @@ ordinary HTML (without bird tracks).
writes HTML with the Haskell code in bird tracks, so it can be copied
and pasted as literate Haskell source.
Note that GHC expects the bird tracks in the first column, so indentend literate
code blocks (e.g. inside an itemized environment) will not be picked up by the
Haskell compiler.
Syntax highlighting
===================