Added footnotes
1 parent 66fe1c0 commit c02a277b2bbe7178bd7108a26ecd0513aebccb95
Nigel Stanger authored on 3 Mar 2019
Showing 1 changed file
View
8
quick-reference.markdown
| inline quoted text | `quote` | `[single=`**`no`**`|yes]` |
| | `q` | `[single=`**`no`**`|yes]` |
| | `qq` | | double quotes only
| block quotation | `quotation` | `[align=center|centre|`**`left`**`|right]` |
 
### Footnotes (`footnotes.xml`)
 
| Item | Element(s) | Attributes | Notes
| ---- | ---------- | ---------- | -----
| footnote | `footnote` | |
 
### Miscellaneous symbols (`miscellaneous-symbols.xml`)
 
| Item | Element(s) | Attributes | Notes
modules/cross-references.xml: <template name="item-page-reference" match="section|figure|table" mode="page-reference">
modules/cross-references.xml: <template name="page" match="page[@label]">
modules/cross-references.xml: <template name="broken-page" match="page[not( @label )]">
modules/cross-references.xml: <template name="direct-page-reference" match="page[@label]" mode="reference">
modules/footnotes.xml: <template name="footnote" match="footnote">
modules/footnotes.xml: <template name="footnote-list" match="footnote" mode="list">
modules/hyperlinks.xml: <template name="hyperlink-label" match="hyperlink[@label and node()]">
modules/hyperlinks.xml: <template name="hyperlink-url" match="hyperlink[@url and node()]">
modules/hyperlinks.xml: <template name="empty-hyperlink-url" match="hyperlink[@url and not( node() )]">
modules/hyperlinks.xml: <template name="empty-hyperlink-label" match="hyperlink[@label and not( node() )]">