Skip to content

Commit

Permalink
added missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jurca committed Feb 20, 2018
1 parent 6a2c5b4 commit 250580f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 20 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,23 @@
<body>
<div class="reveal">
<div class="slides">
<section>Slide 1</section>
<section>Slide 2</section>
<section data-timing="6">
Slide 1

<aside>
these are not notes
</aside>
<aside class="notes">
these are notes for the first slide
</aside>
</section>
<section>
Slide 2

<aside class="notes">
these are the nodes for the second slide
</aside>
</section>
</div>
</div>

Expand All @@ -42,7 +57,9 @@
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
],
controlsTutorial: false,
defaultTiming: 3
});
</script>
</body>
Expand Down
2 changes: 2 additions & 0 deletions js/reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -5269,6 +5269,8 @@
// Returns an Array of all slides
getSlides: getSlides,

// Returns an Array of objects representing the attributes on
// the slides
getSlidesMetaInfo: getSlidesMetaInfo,

// Returns the total number of slides
Expand Down

0 comments on commit 250580f

Please sign in to comment.