How multilingual content should be handled, in your opinion? Specification doesn't provide any guidance on that matter.
It would be great if the existing implementations have language tabs for multilingual posts!
FEP-e232 links could be used instead of
inReplyTo
, if top-level posts are preferable
FEP-e232 sounds a good idea! I'm considering that approach too.
(4) should be avoided, because such content will be rendered as a long post with no clear boundaries between translations. I don't think
<hr>
is a good solution, and it's not widely supported (m).
I'm also considering using <details>
as well. I'm not sure how many existing implementations support it though. 🤔