Duke-GCB / Duke-GCB/lando

Underscores in generated markdown should be escaped

Open
#110 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.