mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-09-01 02:32:54 +02:00
add 'plugins' config option, new way of registering es5 plugins
This commit is contained in:
@@ -429,7 +429,7 @@ Reveal.on( 'customevent', function() {
|
||||
transition: 'slide', // none/fade/slide/convex/concave/zoom
|
||||
|
||||
// More info https://github.com/hakimel/reveal.js#dependencies
|
||||
dependencies: [ Zoom, Notes, Search, Markdown, Highlight ]
|
||||
plugins: [ Zoom, Notes, Search, Markdown, Highlight ]
|
||||
});
|
||||
|
||||
deck.initialize();
|
||||
|
Reference in New Issue
Block a user