From d6c4386dcc877b9f84edb0eef35c77f75644d5a6 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Wed, 1 Oct 2025 06:38:32 +0000 Subject: [PATCH] Fix formatting of Scriban syntax in Docs module documentation Updated Scriban syntax example formatting in docs. --- docs/en/modules/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/modules/docs.md b/docs/en/modules/docs.md index b564980ba3..cd79d158be 100644 --- a/docs/en/modules/docs.md +++ b/docs/en/modules/docs.md @@ -507,7 +507,7 @@ Now you can use **Scriban** syntax to create sections in your document. For example: -````text +```txt {{ if UI == "NG" }} * `-u` argument specifies the UI framework, `angular` in this case. @@ -526,7 +526,7 @@ For example: {{ end }} -```` +``` You can also use variables in a text, adding **_Value** postfix to its key: