diff --git a/quick-reference.markdown b/quick-reference.markdown index 4e1dcbb..9032312 100644 --- a/quick-reference.markdown +++ b/quick-reference.markdown @@ -200,7 +200,43 @@ | document title | `title` | | | document sub-title | `subtitle` | | -## Bibliographies (`bibliography.xml`) +### Lists (`lists.xml`) + +| Item | Element(s) | Attributes | Notes +| ---- | ---------- | ---------- | ----- +| unordered list | `bullet-list` | | +| | `bullet-points` | | +| | `bulleted-list` | | +| | `itemised-list` | | +| | `itemize` | | +| | `UL` | | +| | `ul` | | +| | `unordered-list` | | +| ordered list | `enumerate` | `[start=`*``*`]` | **`1`** +| | `enumerated-list` | | +| | `numbered-list` | | +| | `OL` | | +| | `ol` | | +| | `ordered-list` | | +| | `question-list` | | +| definition list | `definition-list` | | +| | `description-list` | | +| | `DL` | | +| | `dl` | | +| list item | `item` | `[label=`*``*`]` | `label` for ordered lists only +| | | `[value=`*``*`]` | `value` for ordered lists only +| keyword | `DT` | `[linebreak=`**`no`**`|yes]` | +| | `dt` | | +| | `keyword` | | +| | `term` | | +| | `topic` | | +| definition | `DD` | | +| | `dd` | | +| | `definition` | | +| | `description` | | +| | `discourse` | | + +### Bibliographies (`bibliography.xml`) | Item | Element(s) | Attributes | Notes | ---- | ---------- | ---------- | ----- @@ -634,15 +670,6 @@ modules/images.xml: