From 8e4cb2a4d68d4529af07cf71cbf1b6fcf1364ec6 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 24 Jul 2025 20:44:26 +0200 Subject: Fix formatting --- docs/i18n.md | 20 ++++++++------------ 1 file 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 -- cgit v1.2.3