You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Escape characters were introduced with the intention of producing 'valid' markdown (see #770 for details). However, in Matrix, the the plain text content of body only needs to be human readable. Markdown can be used for to enhance and embellish but it's not essential (or part of the spec) that the markdown output is valid/machine readable - especially not at the expense of human readability.
The solution would be to remove all escape characters from markdown output.
The text was updated successfully, but these errors were encountered:
Problem
Markdown output contains escape characters that reduce the human-readability of plain text messages.
See
body
contains escaped characters. element-hq/element-x-ios#1629Proposed solution
Escape characters were introduced with the intention of producing 'valid' markdown (see #770 for details). However, in Matrix, the the plain text content of
body
only needs to be human readable. Markdown can be used for to enhance and embellish but it's not essential (or part of the spec) that the markdown output is valid/machine readable - especially not at the expense of human readability.The solution would be to remove all escape characters from markdown output.
The text was updated successfully, but these errors were encountered: