From 0d9b8fd56005db31c42f2a97b2653faaad67fdf7 Mon Sep 17 00:00:00 2001 From: MSzturc Date: Wed, 8 Dec 2021 18:38:07 +0100 Subject: [PATCH] documentation --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 002dbb43..c9c47444 100644 --- a/README.md +++ b/README.md @@ -120,3 +120,24 @@ You can pass reveal options through frontmatter. --- You can find an overview of all possible parameters [here](https://revealjs.com/config/) + +--- + + +### Embed your Notes into Slides + +You can use information from your notes in your presentation + + # My Slide + + ![[MyFirstNote]] + +--- + +### Embed parts of your Notes + +You can embed sections from your notes into your presentation + + # My Slide + + ![[MyFirstNote#My Title]]