Skip to content

Commit 2a260d5

Browse files
authored
Merge pull request #23836 from abpframework/auto-merge/rel-9-3/3999
Merge branch rel-10.0 with rel-9.3
2 parents 63c682c + acf535c commit 2a260d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/modules/docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ Now you can use **Scriban** syntax to create sections in your document.
502502

503503
For example:
504504

505-
````text
505+
```txt
506506
{{ if UI == "NG" }}
507507
508508
* `-u` argument specifies the UI framework, `angular` in this case.
@@ -521,7 +521,7 @@ For example:
521521
522522
{{ end }}
523523
524-
````
524+
```
525525

526526
You can also use variables in a text, adding **_Value** postfix to its key:
527527

0 commit comments

Comments
 (0)