summaryrefslogtreecommitdiff
path: root/doc/mallard/C/mal_block_code.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mallard/C/mal_block_code.xml')
-rw-r--r--doc/mallard/C/mal_block_code.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/mallard/C/mal_block_code.xml b/doc/mallard/C/mal_block_code.xml
index c4a78a6..32b0b33 100644
--- a/doc/mallard/C/mal_block_code.xml
+++ b/doc/mallard/C/mal_block_code.xml
@@ -47,6 +47,15 @@ by the user.</p>
<section id="notes">
<title>Notes</title>
<list type="bullet">
+ <item><p>The <code>code</code> element can contain a mixture of text and
+ any <link xref="mal_inline">general inline elements</link>. Whitespace
+ is interpreted literally.</p></item>
+
+ <item><p>The <code>code</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>
@@ -56,7 +65,7 @@ by the user.</p>
<item><p>The <code>code</code> element can have attributes from external
namespaces. See <link xref="mal_external"/> for more information
- on external-namespace attributes on block elements.</p></item>
+ on external-namespace attributes.</p></item>
<item><p>The <code>code</code> element may also be used in an inline context.
See <link xref="mal_inline_code"/> for more information.</p></item>