From 8b26f6349480b7f9d387101a6ef3518e3dd53060 Mon Sep 17 00:00:00 2001 From: Greenscreener Date: Wed, 25 Sep 2024 20:02:31 +0200 Subject: [PATCH] Forgotten readme edit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce594bd..14a5d81 100644 --- a/README.md +++ b/README.md @@ -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 the `if` attribute will only be shown if the flag is set to True and elements -with the `ifn` attribute will only be show if the flag is not set to True. +with the `ifnot` attribute will only be show if the flag is not set to True. **Example:** @@ -72,7 +72,7 @@ flags: [This will not be shown]{if=bar} -[This will be shown]{ifn=bar} +[This will be shown]{ifnot=bar} ``` ### Including other files