Skip to content
Snippets Groups Projects
Commit f6f0bd96 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

Merge pull request #418 from danse/patch-1

typo
parents ab2d8d3e c69b1180
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ Slides are written using HTML or markdown but there's also an online editor for ...@@ -19,7 +19,7 @@ Slides are written using HTML or markdown but there's also an online editor for
### Markup ### Markup
Markup heirarchy needs to be ``<div class="reveal"> <div class="slides"> <section>`` where the ``<section>`` represents one slide and can be repeated indefinitely. If you place multiple ``<section>``'s inside of another ``<section>`` they will be shown as vertical slides. The first of the vertical slides is the "root" of the others (at the top), and it will be included in the horizontal sequence. For example: Markup hierarchy needs to be ``<div class="reveal"> <div class="slides"> <section>`` where the ``<section>`` represents one slide and can be repeated indefinitely. If you place multiple ``<section>``'s inside of another ``<section>`` they will be shown as vertical slides. The first of the vertical slides is the "root" of the others (at the top), and it will be included in the horizontal sequence. For example:
```html ```html
<div class="reveal"> <div class="reveal">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment