aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-10-25 12:44:20 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-10-25 12:44:20 -0700
commit1b81981c5f681d5c3f48c8d54d6f0a64c9e482ca (patch)
treeb90494974135760a7467e158969ec43035b4cfa7 /README
parentc8bc0391a8bccb9b301e9d1ff84dec2aa168691e (diff)
downloadpandoc-1b81981c5f681d5c3f48c8d54d6f0a64c9e482ca.tar.gz
HTML reader now recognizes DocBook block and inline tags.
It was always possible to include raw DocBook tags in a markdown document, but now pandoc will be able to distinguish block from inline tags and behave accordingly. Thus, for example, <sidebar> hello </sidebar> will not be wrapped in `<para>` tags.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index cf054eb10..dafe9d124 100644
--- a/README
+++ b/README
@@ -1514,7 +1514,7 @@ MediaWiki
Textile
~ It will be rendered inside `<span class="math">` tags.
-RTF, Docbook, OpenDocument, ODT
+RTF, DocBook, OpenDocument, ODT
~ It will be rendered, if possible, using unicode characters,
and will otherwise appear verbatim.
@@ -1523,7 +1523,7 @@ HTML, Slidy, DZSlides, S5, EPUB
command-line options selected:
1. The default is to render TeX math as far as possible using unicode
- characters, as with RTF, Docbook, and OpenDocument output. Formulas
+ characters, as with RTF, DocBook, and OpenDocument output. Formulas
are put inside a `span` with `class="math"`, so that they may be
styled differently from the surrounding text if needed.
@@ -1565,7 +1565,7 @@ HTML, Slidy, DZSlides, S5, EPUB
Raw HTML
--------
-Markdown allows you to insert raw HTML anywhere in a document
+Markdown allows you to insert raw HTML (or DocBook) anywhere in a document
(except verbatim contexts, where `<`, `>`, and `&` are interpreted
literally).
@@ -1610,7 +1610,6 @@ markdown with HTML block elements. For example, one can surround
a block of markdown text with `<div>` tags without preventing it
from being interpreted as markdown.
-
Raw TeX
-------