Closed
Description
- Rich content is not displayed properly if it is converted from rich to html and from html to markdown.
- Rich content is stored in Quill format. So Quill can be converted to Markdown but it's necessary to implement a formatter.
- Only plain text formatter and html formatter are implemented in Vanilla.
The solution would be enabling Rich Editor to support existing discussion/comment created previously.
Topocder editor should be used for new comments/discussions. But there are issues when both editors are enabled. I am trying to fix it now.