aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc
index 5181aa9..aff7c15 100644
--- a/README.adoc
+++ b/README.adoc
@@ -55,13 +55,16 @@ eintraege:
So for example writing
```yaml
-...
+# ...
- STYLECLASS:
- BLOCKED:
-...
+ BLOCK:
+# ...
```
-would put a blocked area in the pdf, instead of putting an actual block with the text "STYLECLASS / BLOCKED".
+would put a blocked area in the pdf, instead of putting an actual entry with the text "STYLECLASS / BLOCK".
+
+Under the hood it just takes the word "BLOCK" (which can really be any other) and assigns it to the coresponding times.
+This is then picked up by `public/style.css` (were I have defined what `.block` should look like) and styled accordingly.
====
== Known issues