cucumber / cucumber/html-formatter
Markdown in gherkin doesn't work
- Dominant language
- C#
- Stars
- 21
- Forks
- 6
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 8
Description
### 👓 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`
Contributor guide
Assessment
This issue has not been assessed yet.