markdown2impress is script to convert markdown into presentation using impress.js.
-
Write markdown.
-
Run markdown2impress.pl, then generate 'js/impress.js', 'css/impress.css' and 'index.html'.
% markdown2impress README.md
Each slide is divided into sections.
'data-*' attribute for impress.js represent HTML comment. This comment must be write in secion.
<!-- data-x="2400" -->
<!-- data-y="3000" -->
<!-- data-z="-100" -->
<!-- data-scale="10" -->
<!-- data-rotate="90" -->
markdown2impress assume and calculate default x,y, if you do not specify this.
See impress.js manual for details.
-
--width=1200
Width of slide.
-
--height=800
Height of slide.
-
--column=5
Column of slide.
-
--outputdir=.
Output directory.