From 45d4df8dc2c65dfa93729ccf9569ae82ab3449a1 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Thu, 7 Aug 2025 17:23:39 +0200 Subject: [PATCH] help: Fix Markdown syntax for setting no default code block language. --- help/code-blocks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/help/code-blocks.md b/help/code-blocks.md index 93ce08c354..eb5379f313 100644 --- a/help/code-blocks.md +++ b/help/code-blocks.md @@ -104,8 +104,8 @@ blocks, which will be used whenever the code block has no tag. {end_tabs} -When a default language is configured, one can use ````text` to display code -blocks without any syntax highlighting (e.g., to paste an error message). +When a default language is configured, one can use ```` ```text ```` to display +code blocks without any syntax highlighting (e.g., to paste an error message). ## Code playgrounds