From c96bd0bb8b418477b4e671aa94d968dd52c029e1 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 1 Dec 2020 16:10:25 +0100 Subject: [PATCH] Documenting how to use personal notes. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index f75b364..68415c6 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,26 @@ previous command is equivalent to the following one: md2reveal my_prez.md +## Syntax + +Let's start with pure Markdown: + + # Big titles makes reveal.js "columns" + + ## Sub titles make reveal.js "slides" inside columns. + + ```python + print("Syntax highlighting works") + ``` + + ::: notes + + Look, this is a personal note, it's not mandatory to use them, but you still can. + Everything betwen `::: notes` and the next slide is only visible by the presenter. + + ## 2nd slide + + Blah blah … ## Configuration