# Syntax-Highlighting wird beim Kopieren und Einfügen an Orte, die farbigen Text unterstützen, nicht übernommen

**URL:** https://meta.discourse.org/t/syntax-highlighting-when-copying-and-pasting-to-somewhere-that-supports-coloured-text-is-not-copied/403639
**Category:** Feature
**Tags:** markdown
**Created:** [22. Mai 2026 um 16:06 UTC](https://meta.discourse.org/t/syntax-highlighting-when-copying-and-pasting-to-somewhere-that-supports-coloured-text-is-not-copied/403639 "2026-05-22T16:06:29Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![roke\_julian\_lockhart](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/roke_julian_lockhart/32/540179_2.png) [@roke\_julian\_lockhart](https://meta.discourse.org/u/roke_julian_lockhart)
#### Post date: [22. Mai 2026 um 16:06 UTC](https://meta.discourse.org/t/syntax-highlighting-when-copying-and-pasting-to-somewhere-that-supports-coloured-text-is-not-copied/403639/1 "2026-05-22T16:06:29Z")

</div>

Als ich das Folgende von Discourse in meinen E-Mail-Client kopierte:

```diff
@@ -1,11 +1,11 @@
-Young volunteer award – celebrating young volunteers, aged 16-24, who go the extra mile in their local communities, demonstrating our values and the importance of connection and action.
+The Young Volunteer Award celebrates young volunteers, aged 16–24, who go the extra mile in their local communities, demonstrating our values and the importance of connection and action.
 
 Do you know a young person who:
 
-Has been volunteering with Neighbourhood Watch and making a positive impact in their community.
+• Has been volunteering with Neighbourhood Watch and making a positive impact in their community?
 
-Gives up their time to support their local community (foodbanks, community hubs and groups, homeless, faith groups)
+• Gives up their time to support their local community (foodbanks, community hubs and groups, homeless, faith groups)?
 
-Held fundraising activities with their school or college or have organised litter picks or other local events.
+• Held fundraising activities with their school or college or have organised litter picks or other local events?
 
-You think this young volunteer deserves to be recognised for their hard work and commitment to their community.
+If so, do you think this young volunteer deserves to be recognised for their hard work and commitment to their community?

```

…wurde die Farbkodierung nicht übernommen.

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [22. Mai 2026 um 16:11 UTC](https://meta.discourse.org/t/syntax-highlighting-when-copying-and-pasting-to-somewhere-that-supports-coloured-text-is-not-copied/403639/2 "2026-05-22T16:11:36Z")

</div>

Hast du `diff` verwendet? Vielleicht unterstützt dein E-Mail-Client es nicht?

```diff
- hier ist etwas Text
+ hier ist noch mehr Text

```

 ![Screenshot 2026-05-22 um 9.11.01 Uhr](https://global.discourse-cdn.com/meta/original/4X/3/7/c/37ce9b7c353531c1e6bba2afbaf1ecb1c7125023.png)

---

<div class="post-metadata">

### Author: ![roke\_julian\_lockhart](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/roke_julian_lockhart/32/540179_2.png) [@roke\_julian\_lockhart](https://meta.discourse.org/u/roke_julian_lockhart)
#### Post date: [22. Mai 2026 um 16:27 UTC](https://meta.discourse.org/t/syntax-highlighting-when-copying-and-pasting-to-somewhere-that-supports-coloured-text-is-not-copied/403639/3 "2026-05-22T16:27:54Z")

</div>

> [@Lilly](#):
>
> Hast du `diff` verwendet?

@Lilly, ja. Die Angabe von `diff` ist erforderlich, damit die Farbcodierung in Discourse korrekt dargestellt wird:

1. 

````plaintext
```
@@ -1,11 +1,11 @@
-Young volunteer award – celebrating young volunteers, aged 16-24, who go the extra mile in their local communities, demonstrating our values and the importance of connection and action.
+The Young Volunteer Award celebrates young volunteers, aged 16–24, who go the extra mile in their local communities, demonstrating our values and the importance of connection and action.
 
 Do you know a young person who:
 
-Has been volunteering with Neighbourhood Watch and making a positive impact in their community.
+• Has been volunteering with Neighbourhood Watch and making a positive impact in their community?
 
-Gives up their time to support their local community (foodbanks, community hubs and groups, homeless, faith groups)
+• Gives up their time to support their local community (foodbanks, community hubs and groups, homeless, faith groups)?
 
-Held fundraising activities with their school or college or have organised litter picks or other local events.
+• Held fundraising activities with their school or college or have organised litter picks or other local events?
 
-You think this young volunteer deserves to be recognised for their hard work and commitment to their community.
+If so, do you think this young volunteer deserves to be recognised for their hard work and commitment to their community?
```

````

2. 

> ```plaintext
> @@ -1,11 +1,11 @@
> -Young volunteer award – celebrating young volunteers, aged 16-24, who go the extra mile in their local communities, demonstrating our values and the importance of connection and action.
> +The Young Volunteer Award celebrates young volunteers, aged 16–24, who go the extra mile in their local communities, demonstrating our values and the importance of connection and action.
>  
> Do you know a young person who:
>  
> -Has been volunteering with Neighbourhood Watch and making a positive impact in their community.
> +• Has been volunteering with Neighbourhood Watch and making a positive impact in their community?
>  
> -Gives up their time to support their local community (foodbanks, community hubs and groups, homeless, faith groups)
> +• Gives up their time to support their local community (foodbanks, community hubs and groups, homeless, faith groups)?
>  
> -Held fundraising activities with their school or college or have organised litter picks or other local events.
> +• Held fundraising activities with their school or college or have organised litter picks or other local events?
>  
> -You think this young volunteer deserves to be recognised for their hard work and commitment to their community.
> +If so, do you think this young volunteer deserves to be recognised for their hard work and commitment to their community?
> 
> ```

Beziehen Sie sich darauf, dass ich CommonMark _in meinem Client_ verfasst habe?

[https://superuser.com/q/1361551/904401](https://superuser.com/q/1361551/904401)

Falls ja, wäre dies eine Angelegenheit für einen anderen Bereich:

> ****
>
> > **[Fenced code blocks should add class to \`code\` rather than \`pre\`, matching the...](https://talk.commonmark.org/t/fenced-code-blocks-should-add-class-to-code-rather-than-pre-matching-the-html-best-practice/136/8?u=rokejulianlockhart)**
> >
> > @mathias, isn’t the best practice to utilise both, like ? The WHATWG’s HTML5 LS and IETF’s BCP 47 appear to recommend this (with type="text/x.javaScript" also appended, in scripts).

Stattdessen beziehe ich mich auf das direkte Kopieren aus dem gerenderten Markup hier, wie zum Beispiel:

> [@Beim Kopieren von Inhalten aus einem veröffentlichten Beitrag oder einer Vorschau keine Links zu eingebetteten Bildern kopieren; Bilder kopieren](https://meta.discourse.org/t/when-copying-content-from-a-published-post-or-preview-dont-copy-links-to-embedded-images-copy-the-images/388327?u=rokejulianlockhart):
>
> Kürzlich wollte ich den Inhalt eines Discourse-Posts in eine Nachricht kopieren, die per E-Mail versendet werden sollte. Das hat gut funktioniert. Dieser Beitrag wurde jedoch inzwischen gelöscht, sodass die Bilder vom Server entfernt wurden: [[1]](#fn1)[[2]](#fn2) Stattdessen wäre es eine Verbesserung, wenn die Bilder selbst in die Zwischenablage kopiert würden (vielleicht über ein src="data:image/png;base64 anstelle eines src="https:). Dies gilt insbesondere für Inhalte, die aus der Vorschau kopie…

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [22. Mai 2026 um 16:28 UTC](https://meta.discourse.org/t/syntax-highlighting-when-copying-and-pasting-to-somewhere-that-supports-coloured-text-is-not-copied/403639/4 "2026-05-22T16:28:45Z")

</div>

> [@rokejulianlockhart](#):
>
> @Lilly, ja. Das Angeben von `diff` ist erforderlich, damit die Farbcodierung auf Discourse dargestellt wird:
> 
> ```plaintext
> 
> ```

Ja, das weiß ich offensichtlich, deshalb habe ich dich gefragt.

---

<div class="post-metadata">

### Author: ![roke\_julian\_lockhart](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/roke_julian_lockhart/32/540179_2.png) [@roke\_julian\_lockhart](https://meta.discourse.org/u/roke_julian_lockhart)
#### Post date: [22. Mai 2026 um 16:29 UTC](https://meta.discourse.org/t/syntax-highlighting-when-copying-and-pasting-to-somewhere-that-supports-coloured-text-is-not-copied/403639/5 "2026-05-22T16:29:22Z")

</div>

@Lilly, du kannst in `/1` sehen, dass ich es jedoch verwendet habe.

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [22. Mai 2026 um 16:29 UTC](https://meta.discourse.org/t/syntax-highlighting-when-copying-and-pasting-to-somewhere-that-supports-coloured-text-is-not-copied/403639/6 "2026-05-22T16:29:55Z")

</div>

Oh, entschuldigung, ich dachte zunächst, das wäre ein Screenshot.

---

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [22. Mai 2026 um 16:52 UTC](https://meta.discourse.org/t/syntax-highlighting-when-copying-and-pasting-to-somewhere-that-supports-coloured-text-is-not-copied/403639/7 "2026-05-22T16:52:22Z")

</div>

Heute hängt es davon ab, wie Sie kopieren.

Mit dem Kopier-Button:

 ![image](https://global.discourse-cdn.com/meta/original/4X/b/d/7/bd7e5d84c545dd324c1688dc35bf05aa52f64a35.png)

werden unter anderem nur die Textversion in die Zwischenablage kopiert:

```plaintext
TIMESTAMP,TARGETS,SAVE_TARGETS,MULTIPLE,UTF8_STRING,STRING,TEXT,text/plain,text/plain;charset=utf-8,chromium/x-internal-source-rfh-token,chromium/x-source-url

```

Das direkte Kopieren des eigentlichen Textes funktioniert jedoch:

 ![image](https://global.discourse-cdn.com/meta/original/4X/e/6/b/e6b2a3a4dee7bce38ca26c827e11d429e76adf50.png)

Da Sie den gerenderten HTML-Code über den Browser kopieren, anstatt dass Discourse mit der Zwischenablage interagiert, steht text/html als Format für Zwischenablagen-Empfänger zur Verfügung:

```plaintext
<span class="hljs-meta" style="color: rgb(133, 133, 133); font-style: italic; font-family: &quot;JetBrains Mono&quot;, Consolas, Monaco, monospace; font-size: 15.75px; font-variant-ligatures: none; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: pre; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">@@ -1,11 +1,11 @@</span><span style="color: rgb(199, 199, 199); font-family: &quot;JetBrains Mono&quot;, Consolas, Monaco, monospace; font-size: 15.75px; font-style: normal; font-variant-ligatures: none; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: pre; background-color: rgba(0, 0, 0, 0.25); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">\n</span><span class="hljs-deletion" style="background: none 0% 0% / auto repeat scroll padding-box border-box rgb(79, 24, 11); color: rgb(222, 113, 118); font-family: &quot;JetBrains Mono&quot;, Consolas, Monaco, monospace; font-size: 15.75px; font-style: normal; font-variant-ligatures: none; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: pre; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">-Young volunteer award – celebrating young volunteers, aged 16-24, who go the extra mile in their local communities, demonstrating our values and the importance of connection and action.</span><span style="color: rgb(199, 199, 199); font-family: &quot;JetBrains Mono&quot;, Consolas, Monaco, monospace; font-size: 15.75px; font-style: normal; font-variant-ligatures: none; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: pre; background-color: rgba(0, 0, 0, 0.25); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">\n</span><span class="hljs-addition" style="background: none 0% 0% / auto repeat scroll padding-box border-box rgb(11, 66, 32); color: rgb(118, 196, 144); font-family: &quot;JetBrains Mono&quot;, Consolas, Monaco, monospace; font-size: 15.75px; font-style: normal; font-variant-ligatures: none; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: pre; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">+The Young Volunteer Award celebrates young volunteers, aged 16–24, who go the extra mile in their local communities, demonstrating our values and the importance of connection and action.</span><span style="color: rgb(199, 199, 199); font-family: &quot;JetBrains Mono&quot;, Consolas, Monaco, monospace; font-size: 15.75px; font-style: normal; font-variant-ligatures: none; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: pre; background-color: rgba(0, 0, 0, 0.25); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">\n</span><br class="Apple-interchange-newline">

```

Um dies über den Kopier-Button zu unterstützen, müssten wir die Möglichkeit hinzufügen, die gerenderte, farbig hervorgehobene Version (da sie durch eine Bibliothek eingefärbt wird) zu übernehmen und im text/html-Format in die Zwischenablage zu senden. Das ist wahrscheinlich _möglich_ (vielleicht sogar als Theme-Komponente), aber bis dahin gibt es immer die Option, durch Markieren zu kopieren.

---

<div class="post-metadata">

### Author: ![roke\_julian\_lockhart](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/roke_julian_lockhart/32/540179_2.png) [@roke\_julian\_lockhart](https://meta.discourse.org/u/roke_julian_lockhart)
#### Post date: [22. Mai 2026 um 17:14 UTC](https://meta.discourse.org/t/syntax-highlighting-when-copying-and-pasting-to-somewhere-that-supports-coloured-text-is-not-copied/403639/8 "2026-05-22T17:14:08Z")

</div>

> [@supermathie](#):
>
> aber das Kopieren des eigentlichen Textes funktioniert:
> 
> ![image](https://global.discourse-cdn.com/meta/original/4X/e/6/b/e6b2a3a4dee7bce38ca26c827e11d429e76adf50.png)

@supermathie, danke. Dann scheint das Problem mein Client zu sein (`protonMail/webClients`, 5.0.115.3 β):

![Screencast20260522180439](https://global.discourse-cdn.com/meta/original/4X/a/b/5/ab5b352028fa58963c45c4d5de2ef8f6a30e3264.gif)

Allerdings lässt sich die Farbgebung auch nicht in [`thunderbird-149.0.1-2.fc44`](https://ask4.mm.fcix.net/fedora/linux/updates/44/Everything/x86_64/Packages/t/thunderbird-149.0.1-2.fc44.x86_64.rpm) duplizieren, obwohl sie bei dir offenbar funktioniert:

![](https://global.discourse-cdn.com/meta/original/4X/f/b/4/fb4d5c743e522bf5be8fbbceb7f56b2bd18d9006.gif)

Hast du eine Idee, was du eventuell anders machst?

---

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [22. Mai 2026 um 17:33 UTC](https://meta.discourse.org/t/syntax-highlighting-when-copying-and-pasting-to-somewhere-that-supports-coloured-text-is-not-copied/403639/9 "2026-05-22T17:33:04Z")

</div>

Wenn du in ProtonMail kopierst, da es ein Webclient ist, sieht es so aus, als würde die reine Textversion verwendet. Beachte das Fehlen von Formatierungsunterscheidungen, obwohl es schwer zu erkennen ist, da du Schriftarten überschreibst.

Im Vergleich zum Einfügen in Thunderbird:

 ![image](https://global.discourse-cdn.com/meta/original/4X/7/b/3/7b398cad620fd75b78979f70ff690b9a65c6e136.png)

Es werden _einige_ der Formatierungen übernommen, aber nicht alle.

Wenn ich kopiere, wird _alles_ übernommen:

 ![image](https://global.discourse-cdn.com/meta/original/4X/9/c/1/9c144841b2d3859cc301056e7dfcf136d6105901.png)

Um das herauszufinden, musst du wahrscheinlich unterscheiden, ob:

- nicht alle Stile kopiert werden
- nicht alle Stile eingefügt werden

Der Start mit einem sauberen Browser ohne Erweiterungen könnte helfen, das herauszufinden? Zum Beispiel erhalte ich, wenn ich einen privaten Browser ohne Erweiterungen usw. verwende:

 ![image](https://global.discourse-cdn.com/meta/original/4X/a/4/1/a41f019ada61c1802ddc11cbd2bc8a73917c71b6.png)

Dieses [Skript](https://github.com/Supermathie/utils/blob/main/watchClipHtml.py), das ich geschrieben habe, gibt dir auch Einblick in die Zwischenablage, was helfen könnte.

(oder vielleicht Arch » Fedora 😛)

---

<div class="post-metadata">

### Author: ![roke\_julian\_lockhart](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/roke_julian_lockhart/32/540179_2.png) [@roke\_julian\_lockhart](https://meta.discourse.org/u/roke_julian_lockhart)
#### Post date: [22. Mai 2026 um 18:11 UTC](https://meta.discourse.org/t/syntax-highlighting-when-copying-and-pasting-to-somewhere-that-supports-coloured-text-is-not-copied/403639/10 "2026-05-22T18:11:05Z")

</div>

> [@supermathie](#):
>
> Beachte das Fehlen von Formatierungsunterscheidungen, auch wenn es schwer zu sagen ist, da du die Schriftarten überschreibst.

@supermathie, _das_ liegt daran, dass das Standard-Stylesheet von ProtonMail schrecklich ist.

> [@supermathie](#):
>
> Ich vermute, um das herauszufinden, musst du unterscheiden, ob:
> 
> - nicht alle Stile kopiert werden
> - nicht alle Stile eingefügt werden

Gemäß deiner Anleitung habe ich festgestellt, dass Firefox selbst (nicht einmal mein Profil, da das Problem auch bei einem neuen Eintrag in `about:profiles` auftritt) beim Kopieren versagt:

> **[meta.discourse.org/t/403639/9 - 2041778 - Firefox does not add colouration to...](https://bugzilla.mozilla.org/show_bug.cgi?id=2041778#c0)**
>
> As meta.discourse.org/t/403639/9 correctly surmised, when I duplicated coloured text into my clipboard, when originally rendered in...

Ich bin sehr dankbar!

---

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [22. Mai 2026 um 18:34 UTC](https://meta.discourse.org/t/syntax-highlighting-when-copying-and-pasting-to-somewhere-that-supports-coloured-text-is-not-copied/403639/11 "2026-05-22T18:34:30Z")

</div>

> [@rokejulianlockhart](#):
>
> Firefox selbst

Ja genau! Ich erlebe das gleiche Verhalten.

Und streng genommen ist es kein Fehler. Firefox kopiert das HTML exakt so, wie angefordert:

```html
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<p dir="auto">Als ich den untenstehenden Text von Discourse in meinen E-Mail-Client kopierte:</p>
<pre data-code-wrap="diff" dir="auto" class="codeblock-buttons">
		<div class="codeblock-button-wrapper" style="right: 0px;"></div>
		<code class="lang-diff hljs language-diff" data-highlighted="yes">
			<span class="hljs-meta">@@ -1,11 +1,11 @@</span>
			<span class="hljs-deletion">-Young volunteer award – celebrating young volunteers, aged 16-24, who go the extra mile in their local communities, demonstrating our values and the importance of connection and action.</span>
			<span class="hljs-addition">+The Young Volunteer Award celebrates young volunteers, aged 16–24, who go the extra mile in their local communities, demonstrating our values and the importance of connection and action.</span>
		</code>
	</pre>

```

Der resultierende Unterschied nach dem Einfügen kommt daher, dass Chromium die Stile inline anwendet, während Firefox das nicht tut. Die Reduktion auf eine einzelne Zeile macht deutlich\[1\], was vor sich geht:

```html
<span
  class="hljs-deletion">
-Young volunteer award – celebrating young volunteers, aged 16-24, who go the extra mile in their local communities, demonstrating our values and the importance of connection and action.
</span>

```

```html
<span
  class="hljs-deletion"
  style="background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 224, 224); color: rgb(192, 45, 46);">
-Young volunteer award – celebrating young volunteers, aged 16-24, who go the extra mile in their local communities, demonstrating our values and the importance of connection and action.
</span>

```

(Zeilenumbrüche hinzugefügt)

Chromium fügt aus `class="hljs-deletion"` das Inline-CSS `style="background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 224, 224); color: rgb(192, 45, 46);"` zum Span hinzu, da das Ziel, in das eingefügt wird, diesen Stil wahrscheinlich nicht besitzt.

* * *

1. heh

---

<div class="post-metadata">

### Author: ![roke\_julian\_lockhart](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/roke_julian_lockhart/32/540179_2.png) [@roke\_julian\_lockhart](https://meta.discourse.org/u/roke_julian_lockhart)
#### Post date: [22. Mai 2026 um 22:04 UTC](https://meta.discourse.org/t/syntax-highlighting-when-copying-and-pasting-to-somewhere-that-supports-coloured-text-is-not-copied/403639/12 "2026-05-22T22:04:48Z")

</div>

@supermathie, das ist sehr umfassend. Vielleicht haben sie, falls ich das betreffende Segment des Chromium-Quellcodes finde, auf einen CRBUG verwiesen, was eine Referenzimplementierung liefern würde.
