mds-rs 0.1.0

Markdown to static HTML slideshow generator.
mds-rs-0.1.0 is not a library.

info

mds (markdown slides)

to add support for

  • tables
  • code blocks
  • images
  • links

Slide hierarchy:

    # h1            slide section
    ## h2           slide
    ### h3          slide header text
    #### h4         slide sub-header

USAGE
    mds [options] <src-file>

META OPTIONS
    -h, --help        Displays this help message.
    -v, --version     Display current version and other information.

OPTIONS
    -o <path>         Output destination path surrounded by double quotes.
                      Example: mdp -o "../my-presentation.html" present.md
                      If option is omitted, the slide is generated to 
                      the current directory.