aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-08-12 22:04:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-08-12 22:04:23 -0700
commit27304513f660cc158d73ec5684a01491fa1fed99 (patch)
treea1bd2ddf8a6773337a2d0702bdaa7b2bc4417f70 /README
parent6f24fdb65811661eac851c10e12330878223454b (diff)
downloadpandoc-27304513f660cc158d73ec5684a01491fa1fed99.tar.gz
Added Ext_raw_html extension.
Closes #556 -- you can now specify markdown-raw_html as your input format. (Read: markdown minus raw_html.)
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 551d1cddf..f0b65f934 100644
--- a/README
+++ b/README
@@ -1854,9 +1854,13 @@ HTML, Slidy, DZSlides, S5, EPUB
Raw HTML
--------
+**Extenion: `raw_html`**
+
Markdown allows you to insert raw HTML (or DocBook) anywhere in a document
(except verbatim contexts, where `<`, `>`, and `&` are interpreted
-literally).
+literally). (Techncially this is not an extension, since standard
+markdown allows it, but it has been made an extension so that it can
+be disabled if desired.)
The raw HTML is passed through unchanged in HTML, S5, Slidy, Slideous,
DZSlides, EPUB, Markdown, and Textile output, and suppressed in other