summaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorDan Allen <dallen@redhat.com>2013-05-28 03:42:00 -0600
committerDan Allen <dallen@redhat.com>2013-05-29 02:32:45 -0600
commit6415f3dea48877665a3cdc923aa975d402c2e370 (patch)
tree62cf16022e8bf8faaeb498f7cb785456cd6b6617 /README.adoc
parentac16a154e7a61eb14fd68e51da177e6ea792927b (diff)
resolves #196 support alternative quote forms
- "air quotes" blockquotes - markdown-style blockquotes - quoted paragraph shorthand blockquote - update asciidoc.conf to comply as best as possible
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index c3404aed..409bcd3c 100644
--- a/README.adoc
+++ b/README.adoc
@@ -321,7 +321,7 @@ NOTE: In general, Asciidoctor handles whitespace much more intelligently
* Use can set the extension for icons using the +icontype+ attribute
(AsciiDoc defaults to .png)
-* AsciiDoc uses the +<blockquote>+ for the content and +<cite>+ tag for
+* Asciidoctor uses the +<blockquote>+ for the content and +<cite>+ tag for
attribution title in the HTML output for quote blocks, requiring some
additional styling to match AsciiDoc
+
@@ -329,6 +329,9 @@ NOTE: In general, Asciidoctor handles whitespace much more intelligently
cite { color: navy; }
+
+* Asciidoctor supports markdown-style blockquotes as well as a shorthand
+ for a blockquote paragraph.
+
* Asciidoctor does not support the deprecated index term syntax (`++`
and `+++`)