From 22b9a8e018f6e28d1bfade77be7007be2918656f Mon Sep 17 00:00:00 2001 From: Mikhail Baranov Date: Wed, 24 Jan 2018 23:41:39 +0300 Subject: [PATCH] Document `clear` slide type --- docs/features.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/features.md b/docs/features.md index e527bfa..34cf6c3 100644 --- a/docs/features.md +++ b/docs/features.md @@ -128,7 +128,7 @@ You can hide number manually: -Some slide types could also hide slide number: `white` or `black`. +Some slide type `clear` could also hide slide number. ### Types @@ -136,18 +136,22 @@ Types are changing slide’s look. You can set type by adding class to the main #### White -White type set white background and turns off slide number. Use it when you need just a pure white slide. +White type set white background and turns off slide number. Use it when you need a white slide.
#### Black -Black type set black background and turns off slide number. Use it when you need just a pure black slide. +Black type set black background and turns off slide number. Use it when you need a black slide.
Please note that black slide type doesn’t change text color. +#### Clear + +Clear type turns off slide number. Use it when you need a pure slide. May be mixed with `white` or `black` type. + #### Grid Grid set a background with two guide types: main magenta guides and additional cyan guides, setting margins, rows and columns.