mds-rs 0.1.8

Markdown to static HTML slideshow generator.
1
2
3
4
5
6
7
8
9
10
11
12
USAGE
    mds [options] <src-file>

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

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