You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
If the command output includes html reserved characters, they are not escaped and thus are treated as HTML.
This is because the command output is not subject to highlighting and thus does not get escaped by Prism.js.
Information:
Description
If the command output includes html reserved characters, they are not escaped and thus are treated as HTML.
This is because the command output is not subject to highlighting and thus does not get escaped by Prism.js.
I have a fix. Will submit a PR shortly.
Example
If you have this HTML
Then you get this output
But what we want is:
The text was updated successfully, but these errors were encountered: