From c074c7fb4adf80d4329390016c0f77f341161bda Mon Sep 17 00:00:00 2001 From: perpil <97474956+perpil@users.noreply.github.com> Date: Fri, 7 Apr 2023 11:03:21 -0700 Subject: [PATCH] Translate to English Ein bisschen Deutsch --- docs/reference/formatting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/formatting.md b/docs/reference/formatting.md index 7dec1ca69..d1e0c9a23 100644 --- a/docs/reference/formatting.md +++ b/docs/reference/formatting.md @@ -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 ```