Description
Hello everyone,
Historically, Gitea always had a Markdown editor that immediately previewed how the result would look like:
However, all existing editors we have experimented with turned out to have various unfixable bugs and were fundamentally flawed, worst of all regarding accessibility and that the end result can differ from what the editor displays.
As such, we have already deprecated our existing editor (EasyMDE) in 1.20.0.
Instead, you only see the text you entered:
Now, we are considering whether to drop the editor highlighting completely.
Warning
If you rely on the immediate preview how your comment will look like, please let your voice be heard in this issue.
If there is no huge demand, we will drop immediate Markdown highlighting in 1.23.0.
Important
You can still see how a text will be rendered by clicking on the Preview
tab in every editor:
Important
Anything that is already present on the server (markdown files, issue comments, PR descriptions, PR reviews, …) is unaffected and will still render as Markdown.
Only the preview how your comments etc. will look like will be less immediate as you must first navigate to Preview
.