Sha256: 6bb1f659600edd7452b2a6e9ebea82d806271634bef60bb2fc5dafad78236bf8

Contents?: true

Size: 456 Bytes

Versions: 1

Compression:

Stored size: 456 Bytes

Contents

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</h1>"

  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</h1>"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-markdown-yaml-front-matter-0.0.2 features/markdown-yaml-front-matter.feature