Feature: Markdown YAML Front Matter In order to embed YAML front matter into Markdown markup Scenario: Rendering HTML (Markdown backticks block) Given the Server is running at "md-frontmatter-app" When I go to "/backticks.html" Then I should see "Backticks" Scenario: Rendering HTML (Markdown tildes block) Given the Server is running at "md-frontmatter-app" When I go to "/tildes.html" Then I should see "Tildes"