help: Fix Markdown syntax for setting no default code block language.

This commit is contained in:
Lauryn Menard
2025-08-07 17:23:39 +02:00
committed by Tim Abbott
parent 52b21127e2
commit 45d4df8dc2

View File

@@ -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