summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrueberryless2023-11-09 11:29:24 +0100
committerGitHub2023-11-09 11:29:24 +0100
commitdea8490b3c4664c5e9286afa3f8cd34b2a78ee56 (patch)
treef1ddf98507af227e23802361e9a57c9fb28f5649
parent1c1acd386bb5f0e42eb7b7b0d77841f165907407 (diff)
downloadIT.starlight-dea8490b3c4664c5e9286afa3f8cd34b2a78ee56.tar.gz
IT.starlight-dea8490b3c4664c5e9286afa3f8cd34b2a78ee56.tar.bz2
IT.starlight-dea8490b3c4664c5e9286afa3f8cd34b2a78ee56.zip
i18n(de): Update translation of authoring-content.md into German (#1053)
* i18n(de): Update translation of authoring-content.md into German * Update docs/src/content/docs/de/guides/authoring-content.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r--docs/src/content/docs/de/guides/authoring-content.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/content/docs/de/guides/authoring-content.md b/docs/src/content/docs/de/guides/authoring-content.md
index e376af0f..88ffcf85 100644
--- a/docs/src/content/docs/de/guides/authoring-content.md
+++ b/docs/src/content/docs/de/guides/authoring-content.md
@@ -207,3 +207,7 @@ Lange, einzeilige Codeblöcke sollten nicht umgebrochen werden. Sie sollten hori
## Andere allgemeine Markdown-Funktionen
Starlight unterstützt alle anderen Markdown-Autorensyntaxen, wie Listen und Tabellen. Einen schnellen Überblick über alle Markdown-Syntaxelemente findest du im [Markdown Cheat Sheet von The Markdown Guide](https://www.markdownguide.org/cheat-sheet/).
+
+## Erweiterte Markdown- und MDX-Konfiguration
+
+Starlight verwendet Astros Markdown- und MDX-Renderer, der auf remark und rehype aufbaut. Du kannst eine Unterstützung für eigene Syntax und Verhalten hinzufügen, indem du `remarkPlugins` oder `rehypePlugins` in deiner Astro-Konfigurationsdatei hinzufügst. Weitere Informationen findest du unter ["Markdown konfigurieren"] (https://docs.astro.build/de/guides/markdown-content/#markdown-konfigurieren) in der Astro-Dokumentation.