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
master
In our Markdown engine, we added rel="noopener noreferrer", but it is not showing up in HTML.
rel="noopener noreferrer"
echo [Hello, World!](https://bing.com)
<a>
The echoed <a> should have rel="noopener noreferrer"
[Bug]
The text was updated successfully, but these errors were encountered:
compulim
Successfully merging a pull request may close this issue.
Screenshots
Version
master
Describe the bug
In our Markdown engine, we added
rel="noopener noreferrer"
, but it is not showing up in HTML.Steps to reproduce
echo [Hello, World!](https://bing.com)
to MockBot<a>
elementExpected behavior
The echoed
<a>
should haverel="noopener noreferrer"
Additional context
[Bug]
The text was updated successfully, but these errors were encountered: