Feature: Code highlighting in Markdown slides
As a presentator
I want to highlight code easily
In order to make it more understandable for the audience
Background:
Given I use presentation fixture "simple1" with title "My Presentation"
Scenario: Code block
Given a slide named "01.html.md" with:
"""
puts 42
This is code