diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/i18n.md | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/docs/i18n.md b/docs/i18n.md index f61a0dd..475a512 100644 --- a/docs/i18n.md +++ b/docs/i18n.md @@ -92,18 +92,14 @@ follows: The following character codes are available with the following behaviour: -`e` -: \[e]mail — inserts a link to an email address -`E` -: \[E]nd — inserts closing-tags for the comma-separated HTML tags -`l` -: \[l]ink (internal) — links to an internal page -`L` -: \[L]ink (external) — links to an external page -`m` -: \[m]onetary — formats the given `int` or `float64` as an amount of Euros. -`r` -: \[r]aw — inserts the given string verbatim without HTML escaping +| Code | Mnemonic | Description | +| ---- | ------------------ | ----------------------------------------------------------- | +| `e` | \[e]mail | inserts a link to an email address | +| `E` | \[E]nd | inserts closing-tags for the comma-separated HTML tags | +| `l` | \[l]ink (internal) | links to an internal page | +| `L` | \[L]ink (external) | links to an external page | +| `m` | \[m]onetary | formats the given `int` or `float64` as an amount of Euros. | +| `r` | \[r]aw | inserts the given string verbatim without HTML escaping | ```html <!-- <a href="mailto:help@euro-cash.eu">help@euro-cash.eu</a> --> |