diff --git a/quick-reference.markdown b/quick-reference.markdown index d550ff7..de6d9d0 100644 --- a/quick-reference.markdown +++ b/quick-reference.markdown @@ -597,6 +597,20 @@ ## Miscellaneous +### Hyperlinks (`hyperlinks.xml`) + +| Item | Element(s) | Attributes | Notes +| ---- | ---------- | ---------- | ----- +| hyperlink | `hyperlink` | `[url=`*``*`]` | excluding anchor (i.e., after “#”) +| | | `[label=`*``*`]` | HTML: anchor; LaTeX: label +| | | `[target=`*``*`]` | HTML only (e.g., “_blank”) +| URL | `e-mail` | | +| | `e-mail-address` | | +| | `email` | | +| | `email-address` | | +| | `uri` | | +| | `url` | | + ### Document build date (`build-date.xml`) | Item | Element(s) | Attributes | Notes @@ -714,12 +728,3 @@ | | | `[width=`*``*`]` | between `0` and **`1`** | column | `column` | `[align=center|`**`left`**`|right]` | | | | `[width=`*``*`]` | between `0` and `1` - -modules/hyperlinks.xml: