Merge pull request #1073 from stevenosloan/fix_markdown_syntax_in_kramdown_test
Add link contents in maito in kramdown test
This commit is contained in:
commit
d29f387245
|
@ -26,7 +26,7 @@ Feature: Markdown (Kramdown) support
|
|||
|
||||
![image](blank.gif)
|
||||
|
||||
(mailto:mail@mail.com)
|
||||
[mail@mail.com](mailto:mail@mail.com)
|
||||
"""
|
||||
Given the Server is running at "markdown-app"
|
||||
When I go to "/link_and_image/"
|
||||
|
|
Loading…
Reference in a new issue