allow setting of markdown engine with symbol
This commit is contained in:
parent
0df1a7cc28
commit
af9e4989e3
5 changed files with 54 additions and 22 deletions
7
features/markdown.feature
Normal file
7
features/markdown.feature
Normal file
|
@ -0,0 +1,7 @@
|
|||
Feature: Markdown support
|
||||
In order to test included Maruku support
|
||||
|
||||
Scenario: Rendering html
|
||||
Given the Server is running at "test-app"
|
||||
When I go to "/markdown.html"
|
||||
Then I should see "<p>Hello World</p>"
|
Loading…
Add table
Add a link
Reference in a new issue