1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-21 05:51:36 +02:00

note about md separators

Hakim El Hattab
2015-01-22 08:25:35 +01:00
parent 9f08dca951
commit 7043e788d6

@@ -19,4 +19,7 @@ A sliding transition replaces the previous 3D rotation effect. If you want to st
Presentations now automatically scale up to fill more of the browser viewport. The aspect ratio of your content will be maintained so there should be no change in layout. If you wish to turn this off include `maxScale: 1` when initializing reveal.js.
### No more minified files
reveal.min.js and reveal.min.css are no longer tracked in the repository, to generate them you'll need to have Grunt running locally. This is covered in the [readme](https://github.com/hakimel/reveal.js#full-setup).
reveal.min.js and reveal.min.css are no longer tracked in the repository, to generate them you'll need to have Grunt running locally. This is covered in the [readme](https://github.com/hakimel/reveal.js#full-setup).
### Markdown separators
The attributes used to define separators for slides written with Markdown have been renamed from 'data-notes' and 'data-vertical to 'data-separator-notes' and 'data-separator-vertical'.