↳
In-reply-to
»
@zvava i think CWs would be very cool here!
⤋ Read More
@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