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
awmartin
changed the title
Special HTML characters appear escaped in the header outline, but they shouldn't.
Special HTML characters appear escaped in the header outline, but they shouldn't be escaped.
Apr 13, 2020
Observed Behavior
When HTML characters (e.g. ) appear in headers, they show up in the headers outline on the left as escaped characters.
Impact of observed behavior
Looks really weird and gives an impression of instability in the app.
Desired Behavior
Those characters should be there in the outline, but they shouldn't be escaped, they should be the character they're intended to represent.
Reproduction Steps
Anticipated Fix
There may be a way in Vue.js to not escape contents that are interpolated into the template during rendering.
The text was updated successfully, but these errors were encountered: