aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-06 16:56:20 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-06 16:56:20 -0800
commitfabb843c9afde17670ff8d6e8de7f1df91a70f34 (patch)
tree0395748ae2b5389182d813e64cb464064bae34e0 /README
parentc7f4333f83b7441ad9a3a43c798b8f029670ffa3 (diff)
downloadpandoc-fabb843c9afde17670ff8d6e8de7f1df91a70f34.tar.gz
README: Changed description of `markdown_attribute` extension.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index ae2dd892a..e88ce0a57 100644
--- a/README
+++ b/README
@@ -2258,10 +2258,9 @@ TeX math, and anything between `\\[` and `\\]` to be interpreted
as display TeX math.
**Extension: `markdown_attribute`**\
-Causes the attribute `markdown=1` to be added to all block-level
-HTML tags that might contain markdown. In pandoc, material inside
-block-level tags is interpreted a markdown by default, but in some
-other implementations, the `markdown=1` tag is needed.
+By default, pandoc interprets material inside block-level tags as markdown.
+This extension changes the behavior so that markdown is only parsed
+inside block-level tags if the tags have the attribute `markdown=1`.
**Extension: `mmd_title_block`**\
Enables a [MultiMarkdown] style title block at the top of