Sha256: d1fbd9fe8b09dab33e60546b12fa351781968c8b352ee60953fad169262dcbf3
Contents?: true
Size: 814 Bytes
Versions: 3
Compression:
Stored size: 814 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>" Scenario: Markdown extensions (Maruku) Given the Server is running at "markdown-app" When I go to "/smarty_pants.html" Then I should see "“Hello”" Scenario: Links with block syntax in ERB layout (erb) Given the Server is running at "more-markdown-app" When I go to "/with_layout_erb.html" Then I should see '<a href="layout_block_link.html">' Scenario: Links with block syntax in ERB layout and markdown Given the Server is running at "more-markdown-app" When I go to "/with_layout.html" Then I should see '<a href="layout_block_link.html">'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
middleman-core-4.3.0.rc.4 | features/markdown.feature |
middleman-core-4.3.0.rc.3 | features/markdown.feature |
middleman-core-4.3.0.rc.2 | features/markdown.feature |