Underscores in generated markdown should be escaped
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The README generated from a completed job lists files, many of which have underscores.
The Markdown rendering (see attached) of this text causes some of it (e.g. middle parts of file names) to be emphasized.
These can be escaped with a preceding `\`.
```
$ echo "a_b_c" | markdown
abc
$ echo "a\_b\_c" | markdown
a_b_c
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.