mdpress(1)
Ruby tool to build impress.js presentation from Markdown files
SYNOPSIS
mdpress [filename] [options]
DESCRIPTION
OPTIONS
- --automatic, -a
-
Keeps running and automatically updates the presentation to reflect changes to markdown file.
- --stylesheet, -s stylesheet
-
Specify what stylesheet to use. (Default: default)
- --list, -l
-
List all available stylesheets.
- --latex, -t
-
Provide LaTeX support
- --run, -r
-
Run presentation (automatically compiles to a tmp directory and opens in a browser window)
- --verbose, -v
-
Be verbose.
- --help, -h
-
Show a help message, similar to this manual page.