diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-06 16:56:20 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-06 16:56:20 -0800 |
commit | fabb843c9afde17670ff8d6e8de7f1df91a70f34 (patch) | |
tree | 0395748ae2b5389182d813e64cb464064bae34e0 /README | |
parent | c7f4333f83b7441ad9a3a43c798b8f029670ffa3 (diff) | |
download | pandoc-fabb843c9afde17670ff8d6e8de7f1df91a70f34.tar.gz |
README: Changed description of `markdown_attribute` extension.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |