mCider is markdown converter for slideshow.
----
is separate of the slides.- Adjust the slide to the size of the window.
$ pip install mcider
or
$ easy_install mcider
from source
$ git clone https://github.com/ogom/python-mcider.git
$ cd python-mcider
$ make install
$ mcider ./slide.md
I/O 2012 slide example
======================
----
### Simple slide with header and text
Here is the text of hgroup.
This is a slide with just text. This is a slide with just text.
<slide>
<hgroup>
<h1>
I/O 2012 slide example
</h1>
</hgroup>
</slide>
<slide>
<hgroup>
<h3>
Simple slide with header and text
</h3>
<p>
Here is the text of hgroup.
</p>
</hgroup>
<article class="none">
<p>
This is a slide with just text. This is a slide with just text.<br />
</p>
</article>
</slide>
$ make test
- MIT