Sha256: a964edaf15a03a664769eb5083e8da111813eef7ccddbaaa75ae80a0e7b44bec

Contents?: true

Size: 826 Bytes

Versions: 79

Compression:

Stored size: 826 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”"

  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

79 entries across 79 versions & 4 rubygems

Version Path
middleman-core-4.6.0 features/markdown.feature
middleman-core-4.5.1 features/markdown.feature
middleman-core-4.5.0 features/markdown.feature
middleman-core-4.4.3 features/markdown.feature
middleman-core-4.4.2 features/markdown.feature
middleman-core-4.4.0 features/markdown.feature
middleman-core-4.3.11 features/markdown.feature
middleman-core-4.3.10 features/markdown.feature
middleman-core-4.3.8 features/markdown.feature
middleman-core-4.3.7 features/markdown.feature
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/middleman-core-4.3.3/features/markdown.feature
middleman-core-4.3.6 features/markdown.feature
middleman-core-4.3.5 features/markdown.feature
middleman-core-4.3.4 features/markdown.feature
middleman-core-4.3.3 features/markdown.feature
middleman-core-4.3.2 features/markdown.feature
middleman-core-4.3.1 features/markdown.feature
middleman-core-4.3.0 features/markdown.feature
middleman-core-with-external-sources-watch-fix-4.1.10 features/markdown.feature
middleman-core-with-external-sources-watch-fix-4.1.0 features/markdown.feature