From 793e33a388bb1efa7d768b35cc00f2f09efe97aa Mon Sep 17 00:00:00 2001 From: phrix32 Date: Fri, 20 Nov 2015 21:06:01 +0100 Subject: [PATCH] example for 'hide title' option functionality implemented with commit c1c17a9e9d88018109a955b5874e304df4df749f --- README.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.adoc b/README.adoc index 62c7cb85c8..3cd22d2741 100644 --- a/README.adoc +++ b/README.adoc @@ -160,6 +160,13 @@ Here is https://github.com/hakimel/reveal.js#markup[upstream documentation] on t NOTE: The `reveal.js` backend only supports level 1 (`==`) and level 2 (`===`) sections. Level 3 sections are not supported and will not render correctly. +.... +== ! +This is a slide with hidden title +.... + +If you don't want to have a title on each of your slides, setting your title to `!` allows you to hide the title of the given slide. + == reveal.js Options There are some attributes that can be set at the top of the document which they are specific of +revealjs+ backend.