syphon
syphon copied to clipboard
Markdown implementation differs from spec
Markdown messages sent from Syphon doesn't have formatted_body
. It instead parses body
and renders it locally.
This can cause confusion, as other clients (e.g. Element) display it as plain text.
The correct behavior would be to parse body
into HTML, and put that in formatted_body
. Then parse the HTML in formatted_body
and display that.
I can confirm that markdown is rendered locally but not in other apps.
If nobody else is working on this I would like to try it