To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorUsing the :markdown filter within haml
If you're authoring slides in haml you can activate the markdown
filter and markdown.
- Scenarios
-
- Generating slides with embedded markdown
-
- Given
-
a file named "slides.haml" with:
%section :markdown # Things That Go ### Bump In The Night
- When
-
I run
reveal-ck generate
- Then
- the exit status should be 0
- And
-
the file "slides/index.html" should have html matching the xpath:
//section/h1[text()="Things That Go"] the h1 //section/h3[text()="Bump In The Night"] the h3
Last published 11 months ago by jedcn.