README: Changed description of markdown_attribute extension.

This commit is contained in:
John MacFarlane 2013-01-06 16:56:20 -08:00
parent c7f4333f83
commit fabb843c9a

7
README
View file

@ -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