Compare commits
No commits in common. "ef18947916bed39f69484404a5f4fe6579d808f8" and "7ee84470e93a374996776aa4cd75c5cfdc006afa" have entirely different histories.
ef18947916
...
7ee84470e9
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ definition lists and citations. It also adds its own custom features.
|
||||||
|
|
||||||
Flags can be set in the Front Matter or with python code. Then, elements with
|
Flags can be set in the Front Matter or with python code. Then, elements with
|
||||||
the `if` attribute will only be shown if the flag is set to True and elements
|
the `if` attribute will only be shown if the flag is set to True and elements
|
||||||
with the `ifnot` attribute will only be show if the flag is not set to True.
|
with the `ifn` attribute will only be show if the flag is not set to True.
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
|
|
@ -72,7 +72,7 @@ flags:
|
||||||
|
|
||||||
[This will not be shown]{if=bar}
|
[This will not be shown]{if=bar}
|
||||||
|
|
||||||
[This will be shown]{ifnot=bar}
|
[This will be shown]{ifn=bar}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Including other files
|
### Including other files
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue