aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/i18n.md
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-24 20:44:26 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-24 20:44:26 +0200
commit8e4cb2a4d68d4529af07cf71cbf1b6fcf1364ec6 (patch)
tree7dae9b4c1ea415e11d110da14eea5f842ca2279e /docs/i18n.md
parent909a27e1cfa4b6cc8b25d271b430416ec4609993 (diff)
Fix formatting
Diffstat (limited to 'docs/i18n.md')
-rw-r--r--docs/i18n.md20
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> -->