diff options
author | Hakim El Hattab | 2016-05-26 09:57:19 +0200 |
---|---|---|
committer | Hakim El Hattab | 2016-05-26 09:57:27 +0200 |
commit | 3111d3b1ae12af2580cb45a18da208146701a6fd (patch) | |
tree | 1d873aac1b7299a8dd5ad8fac208983d3d03bb40 /README.md | |
parent | e93afb7289d4d272b0751b7ce97e980cbce4a6ba (diff) |
support for 'separate-page' layout for notes in PDF exports #1518
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -890,7 +890,7 @@ This will only display in the notes window. Notes are only visible to the speaker inside of the speaker view. If you wish to share your notes with others you can initialize reveal.js with the `showNotes` config value set to `true`. Notes will appear along the bottom of the presentations. -When `showNotes` is enabled notes are also included when you [export to PDF](https://github.com/hakimel/reveal.js#pdf-export). +When `showNotes` is enabled notes are also included when you [export to PDF](https://github.com/hakimel/reveal.js#pdf-export). By default, notes are printed in a semi-transparent box on top of slide. If you'd rather print them on a separate page after the slide, set `showNotes: "separate-page"`. ## Server Side Speaker Notes |