Translate to English

Ein bisschen Deutsch
This commit is contained in:
perpil 2023-04-07 11:03:21 -07:00 committed by GitHub
parent 7fc4c27963
commit c074c7fb4a
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 superscripted with a simple syntax, which is more convenient than directly
using the corresponding [`sub`][sub] and [`sup`][sup] HTML tags: 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 - H~2~O
- A^T^A - A^T^A
``` ```