From 2dccc2503123535bca16973f0a69d98d00d04f69 Mon Sep 17 00:00:00 2001 From: Branden Byers Date: Thu, 22 Jan 2015 08:05:20 -0600 Subject: [PATCH 1/2] Fix small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e748ca8..4fb631f 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ Reveal.isAutoSliding(); ### Slide Changed Event -An 'slidechanged' event is fired each time the slide is changed (regardless of state). The event object holds the index values of the current slide as well as a reference to the previous and current slide HTML nodes. +A 'slidechanged' event is fired each time the slide is changed (regardless of state). The event object holds the index values of the current slide as well as a reference to the previous and current slide HTML nodes. Some libraries, like MathJax (see [#226](https://github.com/hakimel/reveal.js/issues/226#issuecomment-10261609)), get confused by the transforms and display states of slides. Often times, this can be fixed by calling their update or render function from this callback. From 23ec0d083bed2889cc4f79ba2c33138bafba5ebb Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Fri, 13 Mar 2015 08:19:15 +0100 Subject: [PATCH 2/2] link to plugins --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fb631f..b8ed42e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ reveal.js comes with a broad range of features including [nested slides](https:/ - [Changelog](https://github.com/hakimel/reveal.js/releases): Up-to-date version history. - [Examples](https://github.com/hakimel/reveal.js/wiki/Example-Presentations): Presentations created with reveal.js, add your own! - [Browser Support](https://github.com/hakimel/reveal.js/wiki/Browser-Support): Explanation of browser support and fallbacks. +- [Plugins](https://github.com/hakimel/reveal.js/wiki/Plugins,-Tools-and-Hardware): A list of plugins that can be used to extend reveal.js. ## Online Editor