Sha256: c5a943b015e04f466c2e6a520b2a974eb7bb25a421f304a23ec48977be8660aa

Contents?: true

Size: 398 Bytes

Versions: 6

Compression:

Stored size: 398 Bytes

Contents

Feature: Markdown support
  In order to test included Maruku support

  Scenario: Rendering html
    Given the Server is running at "markdown-app"
    When I go to "/index.html"
    Then I should see "<p>Hello World</p>"

  @encoding
  Scenario: Markdown extensions (Maruku)
    Given the Server is running at "markdown-app"
    When I go to "/smarty_pants.html"
    Then I should see "“Hello”"

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
middleman-core-3.1.0.rc.3 features/markdown.feature
middleman-core-3.1.0.rc.2 features/markdown.feature
middleman-core-3.1.0.rc.1 features/markdown.feature
middleman-more-3.1.0.beta.3 features/markdown.feature
middleman-more-3.1.0.beta.2 features/markdown.feature
middleman-more-3.1.0.beta.1 features/markdown.feature