diff --git a/quick-reference.markdown b/quick-reference.markdown index eee671c..4ad8f1f 100644 --- a/quick-reference.markdown +++ b/quick-reference.markdown @@ -109,6 +109,15 @@ | verbatim (inline) | `inline-verbatim` | | | | `verb` | | +### Quoted text (`quotations.xml`) + +| Item | Element(s) | Attributes | Notes +| ---- | ---------- | ---------- | ----- +| inline quoted text | `quote` | `[single=`**`no`**`|yes]` | +| | `q` | `[single=`**`no`**`|yes]` | +| | `qq` | | double quotes only +| block quotation | `quotation` | `[align=center|centre|`**`left`**`|right]` | + ### Miscellaneous symbols (`miscellaneous-symbols.xml`) | Item | Element(s) | Attributes | Notes @@ -202,65 +211,65 @@ ### Lists (`lists.xml`) -| Item | Element(s) | Attributes | Notes -| ---- | ---------- | ---------- | ----- -| definition | `DD` | | -| | `dd` | | -| | `definition` | | -| | `description` | | -| | `discourse` | | -| definition list | `definition-list` | | -| | `description-list` | | -| | `DL` | | -| | `dl` | | -| keyword | `DT` | `[linebreak=`**`no`**`|yes]` | -| | `dt` | | -| | `keyword` | | -| | `term` | | -| | `topic` | | -| list item | `item` | `[label=`*``*`]` | `label` for ordered lists only -| | | `[value=`*``*`]` | `value` for ordered lists only -| ordered list | `enumerate` | `[start=`*``*`]` | **`1`** -| | `enumerated-list` | | -| | `numbered-list` | | -| | `OL` | | -| | `ol` | | -| | `ordered-list` | | -| | `question-list` | | -| unordered list | `bullet-list` | | -| | `bullet-points` | | -| | `bulleted-list` | | -| | `itemised-list` | | -| | `itemize` | | -| | `UL` | | -| | `ul` | | -| | `unordered-list` | | +| Item | Element(s) | Attributes | Notes +| ---- | ---------- | ---------- | ----- +| definition | `DD` | | +| | `dd` | | +| | `definition` | | +| | `description` | | +| | `discourse` | | +| definition list | `definition-list` | | +| | `description-list` | | +| | `DL` | | +| | `dl` | | +| keyword | `DT` | `[linebreak=`**`no`**`|yes]` | +| | `dt` | | +| | `keyword` | | +| | `term` | | +| | `topic` | | +| list item | `item` | `[label=`*``*`]` | `label` for ordered lists only +| | | `[value=`*``*`]` | `value` for ordered lists only +| ordered list | `enumerate` | `[start=`*``*`]` | **`1`** +| | `enumerated-list` | | +| | `numbered-list` | | +| | `OL` | | +| | `ol` | | +| | `ordered-list` | | +| | `question-list` | | +| unordered list | `bullet-list` | | +| | `bullet-points` | | +| | `bulleted-list` | | +| | `itemised-list` | | +| | `itemize` | | +| | `UL` | | +| | `ul` | | +| | `unordered-list` | | ### Tabular material (`tabular.xml`) -| Item | Element(s) | Attributes | Notes -| ---- | ---------- | ---------- | ----- -| tabular layout | `tabular` | `[align=center|centre|`**`left`**`|right]` | -| | | `[border=`*``*`]` | **`0`**; HTML only -| | | `[long-table=`**`no`**`|yes]` | LaTeX only -| | | `[rotate=`*``*`]` | LaTeX only -| | | `[scale=`*``*`]` | LaTeX only -| | | `[valign=bottom|`**`center|centre`**`|top]` | LaTeX only -| column | `column` | `[align=center|centre|`**`left`**`|right]` | -| | | `[left-border="|"]` | i.e., literal “`|`” -| | | `[right-border="|"]` | i.e., literal “`|`” -| tabular header | `tabular-header` | | -| tabular footer | `tabular-footer` | | -| tabular body | `tabular-body` | | -| row | `row` | `[page-break=no|`**`yes`**`]` | LaTeX only -| | | `[valign=bottom|middle|top]` | HTML only -| horizontal rule | `row-rule` | `[columns=`*``*`]` | **`1`** -| | | `[weight=double|`*`single`*`]` | -| cell | `cell` | `[align=center|`**`left`**`|right]` | -| | | `[columns=`*``*`]` | **`1`** -| | | `[header=`**`no`**`|yes]` | -| | | `[rows=`*``*`]` | **`1`** (somewhat broken?) -| caption | `caption` | | onyl within long tables +| Item | Element(s) | Attributes | Notes +| ---- | ---------- | ---------- | ----- +| caption | `caption` | | onyl within long tables +| cell | `cell` | `[align=center|`**`left`**`|right]` | +| | | `[columns=`*``*`]` | **`1`** +| | | `[header=`**`no`**`|yes]` | +| | | `[rows=`*``*`]` | **`1`** (somewhat broken?) +| column | `column` | `[align=center|centre|`**`left`**`|right]` | +| | | `[left-border="|"]` | i.e., literal “`|`” +| | | `[right-border="|"]` | i.e., literal “`|`” +| horizontal rule | `row-rule` | `[columns=`*``*`]` | **`1`** +| | | `[weight=double|`*`single`*`]` | +| row | `row` | `[page-break=no|`**`yes`**`]` | LaTeX only +| | | `[valign=bottom|middle|top]` | HTML only +| tabular body | `tabular-body` | | +| tabular footer | `tabular-footer` | | +| tabular header | `tabular-header` | | +| tabular layout | `tabular` | `[align=center|centre|`**`left`**`|right]` | +| | | `[border=`*``*`]` | **`0`**; HTML only +| | | `[long-table=`**`no`**`|yes]` | LaTeX only +| | | `[rotate=`*``*`]` | LaTeX only +| | | `[scale=`*``*`]` | LaTeX only +| | | `[valign=bottom|`**`center|centre`**`|top]` | LaTeX only ### Bibliographies (`bibliography.xml`) @@ -696,8 +705,3 @@ modules/images.xml: