From 5ed54d2a2f6e32745adca21620fbd60940d9f7eb Mon Sep 17 00:00:00 2001 From: Engincan VESKE <43685404+EngincanV@users.noreply.github.com> Date: Wed, 18 Jan 2023 14:23:03 +0000 Subject: [PATCH] Update Docs.md --- 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 414a64d055..143ec7168d 100644 --- a/docs/en/Modules/Docs.md +++ b/docs/en/Modules/Docs.md @@ -519,7 +519,7 @@ Now you can use **Scriban** syntax to create sections in your document. For example: -```txt +```` {{ if UI == "NG" }} * `-u` argument specifies the UI framework, `angular` in this case. @@ -538,7 +538,7 @@ For example: {{ end }} -``` +```` You can also use variables in a text, adding **_Value** postfix to its key: