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
Describe the bug When a GitHub Issue has a string like <foo> in the code block, it is not properly escaped in the issue's Slack preview.
<foo>
To Reproduce Steps to reproduce the behavior:
bar
<foo|bar>
Expected behavior I expect <foo|bar> to be shown.
Screenshots
Note that the bar is a link to URL foo.
foo
Desktop (please complete the following information):
Additional context I have contacted on the GitHub security and have received prior permission to create this public issue here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When a GitHub Issue has a string like
<foo>
in the code block, it is not properly escaped in the issue's Slack preview.To Reproduce
Steps to reproduce the behavior:
bar
, instead of<foo|bar>
Expected behavior
I expect
<foo|bar>
to be shown.Screenshots
Note that the
bar
is a link to URLfoo
.Desktop (please complete the following information):
Additional context
I have contacted on the GitHub security and have received prior permission to create this public issue here.
The text was updated successfully, but these errors were encountered: