Browse Source

Merge pull request #23836 from abpframework/auto-merge/rel-9-3/3999

Merge branch rel-10.0 with rel-9.3
pull/23837/head
Ma Liming 4 months ago
committed by GitHub
parent
commit
2a260d54e7
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

@ -502,7 +502,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.
@ -521,7 +521,7 @@ For example:
{{ end }}
````
```
You can also use variables in a text, adding **_Value** postfix to its key:

Loading…
Cancel
Save