Start the rc template docs.
This commit is contained in:
parent
24074f3cf3
commit
cee8d01d9b
1 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
||||||
|
Rc template language
|
||||||
|
====================
|
||||||
|
|
||||||
|
Implemented by Kris, thanks!
|
||||||
|
|
||||||
|
Basic syntax:
|
||||||
|
|
||||||
|
* Lines starting with % are executed as rc commands, the resulting output is inserted in the document.
|
||||||
|
* use %{ and %} to delimit multi line sections of rc code (note the lack of space between % and { or }!
|
||||||
|
* To 'inline' the value of an environment variable use `%($my_var%)`
|
||||||
|
|
||||||
|
That is basically it!
|
||||||
Loading…
Add table
Add a link
Reference in a new issue