π What did you see?
I defined the below feature
Feature: Feature name
Are you sure that _Markdown_ works for Feature **Descriptions**?
Scenario: Scenario name
when I call yarn test I got

β
What did you expect to see?
I would like to see the proper markdown formatting, i.e. italic for the Markdown string and bold for the Descriptions string.
π¦ Which tool/library version are you using?
The example is build on top of cucumber-js in version 10.3.1.
π¬ How could we reproduce it?
Please clone the https://github.com/tlempart/html-formatter-markdown repository and then run yarn install, yarn test
π What did you see?
I defined the below feature
when I call

yarn testI gotβ What did you expect to see?
I would like to see the proper markdown formatting, i.e. italic for the Markdown string and bold for the Descriptions string.
π¦ Which tool/library version are you using?
The example is build on top of
cucumber-jsin version10.3.1.π¬ How could we reproduce it?
Please clone the https://github.com/tlempart/html-formatter-markdown repository and then run
yarn install,yarn test