@zvava@twtxt.net i think CWs would be very cool here!
@kat@yarn.girlonthemoon.xyz all @prologic@twtxt.net has to do is to allow <details> and the subset under it. Granted, it could be implemented on the formatting toolbar too…
@bender@twtxt.net @kat@yarn.girlonthemoon.xyz after implementing cws in bbycll (parsing them the way i described in op) i understand why <details> aren’t rendered. firstly they’re not actually markdown, and secondly they style weird — details are forced onto a new line as a block element but you can’t make the <summary> inline because it is inside <details>, and making <details> inline will also indent everything inside it
@zvava@twtxt.net huh interesting!