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: