diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-08-11 15:04:12 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-08-11 15:04:12 -0700 |
commit | 78d3a0fb9d3f862d5e2b61bd45434f7af9cd9f18 (patch) | |
tree | d9d421ec88fb89baa93e25199e4df419b1b235ca /README | |
parent | 9591fc96147610fddd210ae6396f54850018754e (diff) | |
download | pandoc-78d3a0fb9d3f862d5e2b61bd45434f7af9cd9f18.tar.gz |
Implemented Ext_markdown_attribute.
This adds markdown=1 to block tags.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2207,6 +2207,12 @@ Causes anything between `\\(` and `\\)` to be interpreted as inline 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. + Producing slide shows with Pandoc ================================= |