From 7043e788d663eba19c98bd7e642e65c6bf2fbff6 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 22 Jan 2015 08:25:35 +0100 Subject: [PATCH] note about md separators --- Migrating-to-reveal.js-3.0.0.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Migrating-to-reveal.js-3.0.0.md b/Migrating-to-reveal.js-3.0.0.md index df0c6e6..835d484 100644 --- a/Migrating-to-reveal.js-3.0.0.md +++ b/Migrating-to-reveal.js-3.0.0.md @@ -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). \ No newline at end of file +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'. \ No newline at end of file