summaryrefslogtreecommitdiff
path: root/sandbox/mallard/spec/mal_list_bullet.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/mallard/spec/mal_list_bullet.xml')
-rw-r--r--sandbox/mallard/spec/mal_list_bullet.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/sandbox/mallard/spec/mal_list_bullet.xml b/sandbox/mallard/spec/mal_list_bullet.xml
new file mode 100644
index 0000000..64b3fb2
--- /dev/null
+++ b/sandbox/mallard/spec/mal_list_bullet.xml
@@ -0,0 +1,20 @@
+<topic xmlns="http://www.gnome.org/~shaunm/mallard"
+ id="mal_list_bullet">
+<info>
+ <link type="guide" xref="mal_list"/>
+</info>
+
+<title>Bullet Lists</title>
+
+<synopsis><code mime="application/relax-ng-compact-syntax">
+mal_list_bullet = element_list {
+ attribute type { "bullet" } ?,
+ attribute style { text } ?,
+ <link xref="mal_title">mal_title</link> ?,
+ element item {
+ <link xref="mal_block#simple">mal_block_simple</link> +,
+ <link xref="mal_list">mal_list</link> ?
+ } +
+}</code></synopsis>
+
+</topic>