Improved load doc

This commit is contained in:
Mike Farah 2021-11-18 17:34:08 +11:00
parent a804e7370f
commit 3d620100f8
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ The `load`/`strload` operator allows you to load in content from another file re
Note that you can use string operators like `+` and `sub` to modify the value in the yaml file to a path that exists in your system.
Use `strload` to load text based content as a string block, and `load` to interpret the file as yaml.
Lets say there is a file `../../examples/thing.yml`:

View File

@ -4,6 +4,7 @@ The `load`/`strload` operator allows you to load in content from another file re
Note that you can use string operators like `+` and `sub` to modify the value in the yaml file to a path that exists in your system.
Use `strload` to load text based content as a string block, and `load` to interpret the file as yaml.
Lets say there is a file `../../examples/thing.yml`: