Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Underscores in generated markdown should be escaped #110

Open
dleehr opened this issue Feb 23, 2018 · 0 comments
Open

Underscores in generated markdown should be escaped #110

dleehr opened this issue Feb 23, 2018 · 0 comments

Comments

@dleehr
Copy link
Member

dleehr commented Feb 23, 2018

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
<p>a<em>b</em>c</p>

$ echo "a\_b\_c" | markdown
<p>a_b_c</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant