From eab6b7e28924a9db9e67fde261dda8bbec160481 Mon Sep 17 00:00:00 2001 From: zonky2 Date: Thu, 24 Oct 2024 10:50:52 +0200 Subject: [PATCH] Add zwsp (#1445) --- docs/manual/article-management/insert-tags.de.md | 1 + docs/manual/article-management/insert-tags.en.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/manual/article-management/insert-tags.de.md b/docs/manual/article-management/insert-tags.de.md index 5b6232b72..cbe5a12e9 100644 --- a/docs/manual/article-management/insert-tags.de.md +++ b/docs/manual/article-management/insert-tags.de.md @@ -270,6 +270,7 @@ Folgende »Basic Enities« werden von Contao in die jeweiligen HTML Entities zur | `[gt]` | `>` = greater than (`>`) | | `[nbsp]` | ` ` = non-breaking space
Wenn der Umbruch zwischen zwei Wörtern verhindert werden soll, muss ein geschütztes Leerzeichen eingefügt werden (z. B. `Contao[nbsp]CMS`). | | `[-]` | `­` = soft hyphen
Das Wort wird umgebrochen, wenn nicht ausreichend Platz zur Verfügung steht. Die Trennung erfolgt mit Trennstrich (z. B. `Donau[-]dampf[-]schiff[-]fahrts[-]gesell[-]schaft`). | +| `[zwsp]` | {{< version-tag "5.3" >}} `​` = zero-width space
breitenlose Leerzeichen - auch nullbreites Leerzeichen; siehe [Wikipedia](https://de.wikipedia.org/wiki/Breitenloses_Leerzeichen) | | `[{]`, `[}]` | Wird im Frontend jeweils mit `{{` bzw. `}}` ersetzt. Damit kann man Insert-Tags im Frontend anzeigen, um sie z. B. zu erklären. | {{% notice "info" %}} diff --git a/docs/manual/article-management/insert-tags.en.md b/docs/manual/article-management/insert-tags.en.md index de992fb25..15a787d33 100644 --- a/docs/manual/article-management/insert-tags.en.md +++ b/docs/manual/article-management/insert-tags.en.md @@ -259,6 +259,7 @@ The following "basic entities" are converted back into the respective HTML entit | `[gt]` | `>` = greater than (`>`) | | `[nbsp]` | ` ` = non-breaking space. If you want to prevent the break between two words, a protected space must be inserted (e.g. `Contao[nbsp]CMS`). | | `[-]` | `­` = soft hyphen. The word is wrapped if there is not enough space. The separation is done with a hyphen, e.g. if you want to separate the typical German compound words like `Donau[-]dampf[-]schiff[-]fahrts[-]gesell[-]schaft` | +| `[zwsp]` | {{< version-tag "5.3" >}} `​` = zero-width space. Separates characters without visually separating them - see [Wikipedia](https://en.wikipedia.org/wiki/Zero-width_space) | | `[{]`, `[}]` | Replaced in the front end with `{{` or `}}`, respectively. This enables you to display insert tags in the front end. For example, to explain them. | {{% notice "info" %}}