-
Notifications
You must be signed in to change notification settings - Fork 798
Closed
Labels
Milestone
Description
Any HTML tags inside of a note get removed. For example, if you write this:
This is a note about the <body>
tag.
It only saves "This is a node about the '' tag."
If you try to write a <script>
tag, it will delete all text after the tag. I'm guessing that this is to avoid scripts from being put on the page, but someone could've legitimately meant to write that (for example, if they're writing about an HTML application they're working on).
Could HTML tags be allowed in notes? Possibly escaped?