summaryrefslogtreecommitdiff
path: root/sandbox/mallard/spec/mal_list_numbered.xml
blob: 593080cdd926408fbf42bff0b4b5d3b01c863d91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<topic xmlns="http://www.gnome.org/~shaunm/mallard"
       id="mal_list_numbered">
<info>
  <link type="guide" xref="mal_list"/>
</info>

<title>Numbered Lists</title>

<synopsis><code mime="application/relax-ng-compact-syntax">
mal_list_numbered = element_list {
  attribute type { "numbered" },
  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>