-
Notifications
You must be signed in to change notification settings - Fork 149
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
"Perf builds for each rolled up PR" table gets confused by pipe |
characters in description
#1837
Comments
I imagine some backslash-escaping for pipe characters is needed here: Lines 65 to 83 in 9580e15
|
Ah, good point, we should probably escape Markdown there. |
Do you want to try to fix this? :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See rust-lang/rust#121859 (comment) for an example.
The bot tried to render the rolled-up perf builds in a table, but the line for rust-lang/rust#121784 abruptly cuts off mid-description, because the issue description contains pipe characters (
||
).Presumably they aren't being escaped by the bot, so the GitHub table renderer treats them as cell boundaries instead of visible pipe characters.
The text was updated successfully, but these errors were encountered: