Merge pull request #5340 from perpil/patch-1

Translate to English
This commit is contained in:
Martin Donath 2023-04-07 21:14:16 +02:00 committed by GitHub
commit 958a8e0568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ When [Caret & Tilde][Caret, Mark & Tilde] are enabled, text can be sub- and
superscripted with a simple syntax, which is more convenient than directly
using the corresponding [`sub`][sub] and [`sup`][sup] HTML tags:
``` markdown title="Text with sub- und superscripts"
``` markdown title="Text with sub- and superscripts"
- H~2~O
- A^T^A
```