App::revealup - HTTP Server app for viewing Markdown texts as slides
$ revealup server slide.md --port 5000
App::revealup is a web application module to showing Markdown with reveal.js. Markdown texts will be like a slide show if you use this revealup command.
## This is Title
Description... The horizontal slide separator characters are '---'
---
## This is second title
The vertical slide separator characters are '___'
___
## This is a third title
---
## This is a forth title
<!-- .slide: data-background="#f70000" data-transition="page" -->
You can add slide attributes like above.
Note:
This is a speaker note. It can be viewed in the speaker mode, just press S during the presentation to view notes and other useful speaker information.
Copyright (C) Yusuke Wada.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
reveal.js is by Hakim El Hattab, http://hakim.se.
https://github.com/hakimel/reveal.js/
Yusuke Wada yusuke@kamawada.com