We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
\
.The text was updated successfully, but these errors were encountered: