mkpage: Experimental deconstructed content system

mkslides

Converts a Markdown file into a sequence of HTML5 slides.

Example

A simple markdown producing three slides (assumed you named your file three-slides.md)

    # Title Page

    ## By M.E. Person

    --

    # Second Page slide

    + one
        + subone
        + subtwo
    + two
    + three

    --

    # Finale Page

    This is the end.

To make a set of slides

    mkslides three-slides.md

Output should look something like

    Wrote 00-three-slides.html
    Wrote 01-three-slides.html
    Wrote 02-three-slides.html
    Wrote toc-three-slides.html

Now you should see a set of slides for your presentation.

Demos

windows issues

mkslides has had very limited Windows testing. mkslides.exe presumes the Unix style new line only and not the old DOS/Windows CR/LF type endings.