I understand why HTMl-tags and markdown are stripped away (yet one claim about markdown is it readibility ). Mastodon can’t show either ones.
But would there be possibility to show at least quotes with >? Nowadays system is really confusing because there is no sign what is said by OP and what is quoted.
That happened today, when a Mastodon user didn`t understand what was quoted text and where my answer begun.
I know, that Mastodon is very limited when should show html- or what ever tags, and perhaps because of that all tags must be removed.
I don’t totally understand that, because one reasoning for markdown is easy to read even when **is not processed**.
But when quotes > are stripped, it breaks content totally. Then quoted text looks like it is written by same same person than who answers — and that is really confusing and gives sometimes really schizophrenic feels.
this is a feature that would have to be added on Mastodon's end, since it has to do with how they're handling incoming HTML tags
Markdown is not used for communication between servers. Mastodon does not have access to any of the original Discourse markdown that you type in, it can only see the rendered HTML tags. However, I agree that adding some sort of indicator for block quotes would probably be good—its just harder than "show the original markdown" makes it seem
I see. Meaning Mastodon strips unwanted things, and when WordPress sends texts to fediverse/mastodon it changes like <h#>header</h#> to **header** to avoid that, but Discourse cooks everything to html-tags, and then Mastodon does cleaning? And the issue hasn’t been > ever, but changing it to html before federation?
Because Mastodon never removes markdown, it just can`t show most of it.
And we are back to beginning: the issue is Discourse, not what Mastodon does, and everything would be just fine, if lines in a quote would start with >.