Documented markdown_attribute extension in README.

This commit is contained in:
John MacFarlane 2012-08-11 19:45:33 -07:00
parent 6f3e228bd9
commit c681ddcd7b

7
README
View file

@ -2207,6 +2207,13 @@ Causes anything between `\\(` and `\\)` to be interpreted as inline
TeX math, and anything between `\\[` and `\\]` to be interpreted TeX math, and anything between `\\[` and `\\]` to be interpreted
as display TeX math. 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.
Producing slide shows with Pandoc Producing slide shows with Pandoc
================================= =================================