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: Saving Markdown Document HTML-encodes entities #377

Open
ryanlelek opened this issue Aug 28, 2022 · 0 comments
Open

Bug: Saving Markdown Document HTML-encodes entities #377

ryanlelek opened this issue Aug 28, 2022 · 0 comments
Assignees
Labels
bug Issue with Existing Functionality priority Important ready Ready for Work to Start

Comments

@ryanlelek
Copy link
Owner

This was part of the security fix.
These sanitizations should be rendered only in the HTML, and not make their way back to the Markdown document.

Some possibilities:

  • Maintain the raw Markdown contents in the editor, but render a "safe" version
  • Decode HTML Entities on the server, prior to saving (don't like)
@ryanlelek ryanlelek self-assigned this Aug 28, 2022
@ryanlelek ryanlelek added bug Issue with Existing Functionality priority Important ready Ready for Work to Start labels Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue with Existing Functionality priority Important ready Ready for Work to Start
Projects
None yet
Development

No branches or pull requests

1 participant