Browse Source

Fix formatting of Scriban syntax in Docs module documentation

Updated Scriban syntax example formatting in docs.
pull/23833/head
Engincan VESKE 8 months ago
committed by GitHub
parent
commit
d6c4386dcc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/modules/docs.md

4
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:

Loading…
Cancel
Save