summaryrefslogtreecommitdiff
path: root/doc/mallard/C/mal_block_quote.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mallard/C/mal_block_quote.xml')
-rw-r--r--doc/mallard/C/mal_block_quote.xml30
1 files changed, 29 insertions, 1 deletions
diff --git a/doc/mallard/C/mal_block_quote.xml b/doc/mallard/C/mal_block_quote.xml
index 8020c00..841b5c2 100644
--- a/doc/mallard/C/mal_block_quote.xml
+++ b/doc/mallard/C/mal_block_quote.xml
@@ -11,7 +11,7 @@
<synopsis><code mime="application/relax-ng-compact-syntax">
mal_block_quote = element quote {
<link xref="mal_title">mal_title</link> ?,
- <link xref="mal_block_desc">mal_block_desc</link> ?,
+ <link xref="mal_block_cite">mal_block_cite</link>,
<link xref="mal_block">mal_block</link> +
}
</code></synopsis>
@@ -22,4 +22,32 @@ mal_block_quote = element quote {
<p>style="epipgraph"</p>
</comment>
+<!-- BEGIN notes -->
+<section id="notes">
+ <title>Notes</title>
+ <list type="bullet">
+ <item><p>The <code>quote</code> element contains an optional
+ <link xref="mal_title">title</link> element, a
+ <link xref="mal_block_cite">cite</link> element, and any
+ <link xref="mal_block">general block content</link>.</p></item>
+
+ <item><p>The <code>quote</code> element can occur in any
+ general block context, including inside
+ <link xref="mal_page">pages</link>, <link xref="mal_section">sections</link>,
+ and certain <link xref="mal_block">block elements</link>.</p></item>
+
+ <item><p>The <code>style</code> attribute takes a space-separated list of
+ style hints. Processing tools should adjust their behavior according to
+ those style hints they understand.</p></item>
+
+ <item><p>The <code>quote</code> element can have attributes from external
+ namespaces. See <link xref="mal_external"/> for more information
+ on external-namespace attributes.</p></item>
+
+ <item><p>The <code>quote</code> element may also be used in an inline context.
+ See <link xref="mal_inline_quote"/> for more information.</p></item>
+ </list>
+</section>
+<!-- END notes -->
+
</page>