From 0198e9507190e5b7d4000605641694aa570f3c10 Mon Sep 17 00:00:00 2001 From: Kristof Bastiaensen Date: Tue, 14 Oct 2014 13:28:28 +0200 Subject: Use '=' instead of '#' for atx-style headers in markdown+lhs. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.2.3