From d09f40a732d65c222aefb2c9df4ddad3d0b66ed7 Mon Sep 17 00:00:00 2001 From: davidpkj Date: Tue, 16 Apr 2024 16:25:54 +0200 Subject: clarifications --- README.adoc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'README.adoc') 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 -- cgit v1.2.3