summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKristof Bastiaensen <kristof@vleeuwen.org>2014-10-14 13:28:28 +0200
committerKristof Bastiaensen <kristof@vleeuwen.org>2014-10-14 13:28:28 +0200
commit0198e9507190e5b7d4000605641694aa570f3c10 (patch)
tree2d4d57265325dd5dd3ddf2c8baf4e17b2e2a7cde /README
parent8b60d430f2095c42daf26f2921359d5c49f0757d (diff)
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 556c35bc8..d2fcd51f1 100644
--- a/README
+++ b/README
@@ -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