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

Bug: HTML Entities in Plain Code Block HTML Markup #147

Open
taufik-nurrohman opened this issue Jan 2, 2020 · 0 comments
Open

Bug: HTML Entities in Plain Code Block HTML Markup #147

taufik-nurrohman opened this issue Jan 2, 2020 · 0 comments

Comments

@taufik-nurrohman
Copy link

taufik-nurrohman commented Jan 2, 2020

HTML entities in plain code block HTML markup shouldn’t be converted into their original character(s).

Input

``` html
[[asdf]]
```

<pre><code class="language-html">&#x5B;&#x5B;asdf&#x5D;&#x5D;</code></pre>

Output

bug

Expected

Output from the Markdown Extra.

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

No branches or pull requests

1 participant