aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-08-11 15:04:12 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-08-11 15:04:12 -0700
commit78d3a0fb9d3f862d5e2b61bd45434f7af9cd9f18 (patch)
treed9d421ec88fb89baa93e25199e4df419b1b235ca /README
parent9591fc96147610fddd210ae6396f54850018754e (diff)
downloadpandoc-78d3a0fb9d3f862d5e2b61bd45434f7af9cd9f18.tar.gz
Implemented Ext_markdown_attribute.
This adds markdown=1 to block tags.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 4b27f3dde..29f6f2ff1 100644
--- a/README
+++ b/README
@@ -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
=================================