From f14e592adb7f822dc49e6810ed2fc9d31b7b280b Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Wed, 1 Oct 2025 07:24:04 +0000 Subject: [PATCH] Fix formatting of Scriban syntax in Docs module documentation --- docs/en/modules/docs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/modules/docs.md b/docs/en/modules/docs.md index cd79d158be..39527ab100 100644 --- a/docs/en/modules/docs.md +++ b/docs/en/modules/docs.md @@ -507,6 +507,7 @@ Now you can use **Scriban** syntax to create sections in your document. For example: +{%{ ```txt {{ if UI == "NG" }} @@ -527,6 +528,7 @@ For example: {{ end }} ``` +}%} You can also use variables in a text, adding **_Value** postfix to its key: