When editing a comment, in which markdown was used, the markdown symbols become converted to HTML.
For example > is converted to & gt; which leads to problems, when saving it. It’s unnecessary work to fix every line manually.
Is there any reason? I think the code gets converted to HTML before it is saved to the database.
In general, shouldn’t be user input, after filtering bad code of course, stored in the database like it was written by the user? It could be converted to HTML, when reading the markdown out of the database, only to display it.