diff --git a/middleman-core/features/markdown_kramdown_in_haml.feature b/middleman-core/features/markdown_kramdown_in_haml.feature index 0b0ae5c6..5b5a5871 100644 --- a/middleman-core/features/markdown_kramdown_in_haml.feature +++ b/middleman-core/features/markdown_kramdown_in_haml.feature @@ -17,7 +17,7 @@ Feature: Markdown support in Haml (Kramdown) """ Given the Server is running at "markdown-in-haml-app" When I go to "/markdown_filter/" - Then I should see "

H1

" + Then I should see ">H1" Then I should see "

paragraph

" diff --git a/middleman-core/features/markdown_redcarpet_in_haml.feature b/middleman-core/features/markdown_redcarpet_in_haml.feature index 1f40ecb7..a0f10160 100644 --- a/middleman-core/features/markdown_redcarpet_in_haml.feature +++ b/middleman-core/features/markdown_redcarpet_in_haml.feature @@ -18,7 +18,7 @@ Feature: Markdown support in Haml """ Given the Server is running at "markdown-in-haml-app" When I go to "/markdown_filter/" - Then I should see "

H1

" + Then I should see ">H1" Then I should see "

paragraph

"