Ma Liming
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
docs/en/modules/docs.md
|
|
@ -507,6 +507,7 @@ Now you can use **Scriban** syntax to create sections in your document. |
|
|
|
|
|
|
|
|
For example: |
|
|
For example: |
|
|
|
|
|
|
|
|
|
|
|
{%{ |
|
|
```txt |
|
|
```txt |
|
|
{{ if UI == "NG" }} |
|
|
{{ if UI == "NG" }} |
|
|
|
|
|
|
|
|
@ -527,6 +528,7 @@ For example: |
|
|
{{ end }} |
|
|
{{ end }} |
|
|
|
|
|
|
|
|
``` |
|
|
``` |
|
|
|
|
|
}%} |
|
|
|
|
|
|
|
|
You can also use variables in a text, adding **_Value** postfix to its key: |
|
|
You can also use variables in a text, adding **_Value** postfix to its key: |
|
|
|
|
|
|
|
|
|