@renchap @dave My approach would be simple. Federation in both directions in/out with html. Incoming posts never need to be edited. So input parsing could result in a defined intermediate state after sanitisation, which gets stored on the instance. Rendered to html when showing or federating. So for editing you have the internal representation. My preference for that internal state would be markdown, obviously ;)