This workflow assumes that the kramdown ruby package is installed on the system already. To install, simply type in a command line:
gem install kramdown
Some system might require a sudo for this command. If you get an error message, try:
sudo gem install kramdown
This has a single file action that takes the given markdown file and converts it to a slide show in HTML and CSS.
The command mds:theme is used to set the theme. It will let the user pick from a list of themes.
The command mds:showtheme shows the user the currently set theme.
This workflow is explained in my tutorial: http://goo.gl/ENZGgV
More coming soon...