From a18c373ac53a159e06e1648eecbe394adedef9d9 Mon Sep 17 00:00:00 2001 From: ViditOstwal Date: Fri, 7 Aug 2026 00:29:16 +0530 Subject: [PATCH] docs: add fence language tags in DOCS_TRANSLATIONS.md Mark the checklist and example output blocks with markdown and text identifiers for correct rendering. --- DOCS_TRANSLATIONS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS_TRANSLATIONS.md b/DOCS_TRANSLATIONS.md index 546b65626..58a04b54f 100644 --- a/DOCS_TRANSLATIONS.md +++ b/DOCS_TRANSLATIONS.md @@ -57,7 +57,7 @@ Commit English and locale files together. ## Checklist -``` +```markdown - [ ] Git: listed changed docs/edge/en/*.mdx files - [ ] ar: updated/created matching files - [ ] ko: updated/created matching files @@ -70,7 +70,7 @@ Commit English and locale files together. `git diff --name-only HEAD -- docs/edge/en/` returns: -``` +```text docs/edge/en/concepts/llms.mdx ```