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

Special HTML characters appear escaped in the header outline, but they shouldn't be escaped. #23

Open
awmartin opened this issue Apr 13, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@awmartin
Copy link
Owner

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

  1. Create a header. Observe the header appearing in the outline.
  2. Delete the text in the header by pressing backspace.
  3. Navigate the cursor away from the header.
  4. Observe the header in the outline now appearing as  

Anticipated Fix

There may be a way in Vue.js to not escape contents that are interpolated into the template during rendering.

@awmartin awmartin added the bug Something isn't working label Apr 13, 2020
@awmartin 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
@awmartin
Copy link
Owner Author

Special chars in headers bug

Repository owner deleted a comment from rohitsonawat Feb 23, 2024
Repository owner deleted a comment from uc-Pri Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant