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
HTML in multi-line code blocks is not escaped, even with the escapeHTML option set. Ex:
``` <div style="background: blue">Hello World</div> ```
Will not have the </> signs HTML escaped within the code block.
The text was updated successfully, but these errors were encountered:
Fixed in v2.3.1
v2.3.1
Sorry, something went wrong.
brussell98
No branches or pull requests
HTML in multi-line code blocks is not escaped, even with the escapeHTML option set.
Ex:
```
<div style="background: blue">Hello World</div>
```
Will not have the </> signs HTML escaped within the code block.
The text was updated successfully, but these errors were encountered: