Merge pull request #302 from h4/patch-1

Document `clear` slide type
This commit is contained in:
Vadim Makeev 2018-01-25 00:34:51 +03:00 committed by GitHub
commit 187788ce7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 4 deletions

View File

@ -128,7 +128,7 @@ You can hide number manually:
</style> </style>
</section> </section>
Some slide types could also hide slide number: `white` or `black`. Slide type `clear` could also hide slide number.
### Types ### Types
@ -136,17 +136,23 @@ Types are changing slides look. You can set type by adding class to the main
#### White #### White
White type set white background and turns off slide number. Use it when you need just a pure white slide. White type sets white background.
<section class="slide white"> <section class="slide white">
#### Black #### Black
Black type set black background and turns off slide number. Use it when you need just a pure black slide. Black type sets black background.
<section class="slide black"> <section class="slide black">
Please note that black slide type doesnt change text color. Please note that black slide type doesnt change text color. Make sure you
#### Clear
Clear type turns off slide number. Use it when you need a pure slide. May be mixed with `white` or `black` type.
<section class="slide clear">
#### Grid #### Grid