Compare commits
1 Commits
4b23432cf4
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8513d49f51 |
12
README.md
12
README.md
@@ -178,11 +178,17 @@ Turns into
|
|||||||
!dlrow olleH
|
!dlrow olleH
|
||||||
```
|
```
|
||||||
|
|
||||||
Things between an `@n` and `@m` tag get processed twice. Defining variables in a
|
Things between an `@n` and `@m` tag get processed twice. You aren't allowed to
|
||||||
nest is illegal, so
|
define variables or include files inside of a nest, so
|
||||||
|
|
||||||
```
|
```
|
||||||
@n @@= dynamic_variable @$./generate_variable_value.sh@ @@ @m
|
@n @@= dynamic_variable @$./generate_variable_value.sh@ @@ @m
|
||||||
```
|
```
|
||||||
|
|
||||||
is illegal
|
and
|
||||||
|
|
||||||
|
```
|
||||||
|
@n @@% @$./get-file.sh@ @@ @m
|
||||||
|
```
|
||||||
|
|
||||||
|
are illegal
|
||||||
|
|||||||
Reference in New Issue
Block a user