aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-25 10:21:02 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-25 10:21:02 -0700
commitdefcb5b6b1114a7618913ebdf49856cec23e3f96 (patch)
treea94ca603d0bdfe47fe1d6cc1920c2f16acee3866 /README
parent2b68f7af15f7503083d07265355363e36cfaf4bb (diff)
parent0198e9507190e5b7d4000605641694aa570f3c10 (diff)
downloadpandoc-defcb5b6b1114a7618913ebdf49856cec23e3f96.tar.gz
Merge pull request #1689 from kuribas/master
Use '=' instead of '#' for atx-style headers in markdown+lhs.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 3ecfaa813..38b8a588e 100644
--- a/README
+++ b/README
@@ -3285,7 +3285,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