Update documentation

This commit is contained in:
2024-02-11 17:04:42 -06:00
parent 0ce53941ec
commit 4fa6f409a5

View File

@@ -109,6 +109,20 @@ value
var1 doesn't exist, so ncdg moves on to var2, which does exist, and skips var3. var1 doesn't exist, so ncdg moves on to var2, which does exist, and skips var3.
Certain variable names have default variables
hello\_world.html
```
@!_filename@
```
Result:
```
hello_world.html
```
### Automatic escaping ### Automatic escaping
``` ```