diff options
author | Kristof Bastiaensen <kristof@vleeuwen.org> | 2014-10-14 13:28:28 +0200 |
---|---|---|
committer | Kristof Bastiaensen <kristof@vleeuwen.org> | 2014-10-14 13:28:28 +0200 |
commit | 0198e9507190e5b7d4000605641694aa570f3c10 (patch) | |
tree | 2d4d57265325dd5dd3ddf2c8baf4e17b2e2a7cde /README | |
parent | 8b60d430f2095c42daf26f2921359d5c49f0757d (diff) | |
download | pandoc-0198e9507190e5b7d4000605641694aa570f3c10.tar.gz |
Use '=' instead of '#' for atx-style headers in markdown+lhs.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3080,7 +3080,8 @@ literate Haskell source. This means that - In markdown input, "bird track" sections will be parsed as Haskell code rather than block quotations. Text between `\begin{code}` - and `\end{code}` will also be treated as Haskell code. + and `\end{code}` will also be treated as Haskell code. For + atx-style headers the character '=' will be used instead of '#'. - In markdown output, code blocks with classes `haskell` and `literate` will be rendered using bird tracks, and block quotations will be |