From 78d3a0fb9d3f862d5e2b61bd45434f7af9cd9f18 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 11 Aug 2012 15:04:12 -0700 Subject: Implemented Ext_markdown_attribute. This adds markdown=1 to block tags. --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') 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 ================================= -- cgit v1.2.3