-
-
Notifications
You must be signed in to change notification settings - Fork 574
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
Angle brackets and ampersand with prism formater break Command line #410
Comments
jcubic
changed the title
Angle brackets or ampersand with prism formater break Command line
Angle brackets and ampersand with prism formater break Command line
Jul 7, 2018
jcubic
added a commit
that referenced
this issue
Jul 7, 2018
jcubic
added a commit
that referenced
this issue
Jul 8, 2018
Released in version 1.18.0 |
New error, old Codepen demo show error for html syntax https://codepen.io/jcubic/pen/MqyvEG |
Self Note: Need to add unit test for prism. |
jcubic
added a commit
that referenced
this issue
Jul 31, 2019
jcubic
added
the
resolved
if issue is resolved, it will be open until merge with master
label
Jul 31, 2019
The problem was that xml and html with Prism is recursive and escape that was added was escaping formatting not only text inside. |
It's still broken, unit tests were not created. |
jcubic
added a commit
that referenced
this issue
Sep 14, 2019
The issue is fixed, Codepen demo have update embeded prism.js code. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Use prism formater and type
<
,>
or&
Demo:
https://codepen.io/jcubic/pen/pKMwLZ?editors=0010
The text was updated successfully, but these errors were encountered: