Documentation
mcider --help
-b
option is displayed in the web browser.
$ mcider ./slide.md -b
-o
option to change the location to save the file.
$ mcider ./slide.md -o /tmp/my.html
-t
option to change the theme of the slide.
$ mcider ./slide.md -t io2011
-x
option to extend the markdown. (Available Extensions)
$ mcider ./slide.md -x fenced_code tables
--presenter
option is displayed in Presenter mode. Only theme io2012
.
$ mcider ./slide.md -b --presenter
--themes
option to change the custom themes to the path.
$ mcider ./slide.md --themes ./themes
Separates the slide is ----
or ____
or ****
be returned to hr tab at markdown.
io2012 or io2011 of the theme to change the class of article in the horizon.
horizon | article class |
---|---|
---- | none |
____ | smaller |
**** | fill |