Skip to content

Commit acf535c

Browse files
authored
Merge pull request #23833 from abpframework/EngincanV-patch-1
Fix formatting of Scriban syntax in Docs module documentation
2 parents 2cf78aa + d6c4386 commit acf535c

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
@@ -507,7 +507,7 @@ Now you can use **Scriban** syntax to create sections in your document.
507507

508508
For example:
509509

510-
````text
510+
```txt
511511
{{ if UI == "NG" }}
512512
513513
* `-u` argument specifies the UI framework, `angular` in this case.
@@ -526,7 +526,7 @@ For example:
526526
527527
{{ end }}
528528
529-
````
529+
```
530530

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

0 commit comments

Comments
 (0)