From 97a50a74a3967e232a9319e75b3ac3e056ad6fff Mon Sep 17 00:00:00 2001 From: suterma Date: Mon, 18 Jul 2022 00:00:48 +0200 Subject: [PATCH] improved examples --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d703669..325a700 100644 --- a/README.md +++ b/README.md @@ -39,22 +39,22 @@ The class names follow the naming pattern from the visibility helpers, as per th ### Examples +Not printing the navbar ```html - ``` +Adding a special information, only for printouts ```html -
``` +Adding a page break before a header ```html -

Try it out!

```