Skip to content
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

HTML in Multi-line code blocks is not escaped #13

Closed
Lunaretic opened this issue Feb 11, 2020 · 1 comment
Closed

HTML in Multi-line code blocks is not escaped #13

Lunaretic opened this issue Feb 11, 2020 · 1 comment
Assignees
Labels

Comments

@Lunaretic
Copy link

Lunaretic commented Feb 11, 2020

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.

@brussell98 brussell98 self-assigned this Feb 11, 2020
@brussell98 brussell98 added the bug label Feb 11, 2020
@brussell98
Copy link
Owner

Fixed in v2.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@Lunaretic @brussell98 and others