md2slidy

Artifact [f20ce64c18]
Login

Artifact f20ce64c183fdbaa8e12621d1c8bf8e3e3eceedf:

Wiki page [md2slidy] by cfkoch 2012-03-15 07:39:01.
D 2012-03-15T07:39:01.354
L md2slidy
U cfkoch
W 640
<b>md2slidy</b> allows one to conveniently compose a W3C Slidy presentation in plain Markdown. It's an Embedded Ruby file (.erb) which reads Markdown from the standard input and writes HTML to the standard output.

<pre>
  # Example:
  $ erb md2slidy.erb < CS100_Lecture1.md > CS100_Lecture1.html
</pre>

Slides are separated in the Markdown by writing a blank line, three exclamation marks, then another blank line.

<pre>
# The cover slide is taken care of automatically

## My Name

### The Date

!!!

# What to expect from this course

* Stuff
* Things
* FooBarBazQuux
</pre>

That's all there is to it, really.
Z bd3e9477f571912eca342b90e25000a4