aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-02-06 12:38:45 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-02-06 12:38:45 -0800
commit630c9f81ff77137b29ece2f2faf63ed4070a8768 (patch)
treeace4252ff74804be4f0e5f8cd4e121e08fcdd141
parentacdbdd7da575f94e6fd326879fd8632edc9dd9cd (diff)
downloadpandoc-630c9f81ff77137b29ece2f2faf63ed4070a8768.tar.gz
Fixed lhs+markdown instructions.
Classes 'literate' and 'haskell' are needed for bird tracks. Closes #395.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 33384ea77..3de6f7dc6 100644
--- a/README
+++ b/README
@@ -2170,8 +2170,8 @@ pandoc will treat the document as literate Haskell source. This means that
code rather than block quotations. Text between `\begin{code}`
and `\end{code}` will also be treated as Haskell code.
- - In markdown output, code blocks with class `haskell` will be
- rendered using bird tracks, and block quotations will be
+ - In markdown output, code blocks with classes `haskell` and `literate`
+ will be rendered using bird tracks, and block quotations will be
indented one space, so they will not be treated as Haskell code.
In addition, headers will be rendered setext-style (with underlines)
rather than atx-style (with '#' characters). (This is because ghc