this post was submitted on 15 Mar 2024
10 points (85.7% liked)
Summit
1410 readers
4 users here now
Community to discuss Summit, an open-source Android app for browsing Lemmy and PieFed.
Get the app on the Play Store.
Support the app
Website: https://summit.idunnololz.com/
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This fix is sort of annoying because it means I need to rewrite how spoilers are handled. Right now spoilers are converted to html tags and then I use HTML processing to resolve them in a nice way. However as you can imagine, I can't do this if I disable HTML tag processing. Anyways I do have a working toy solution but I think it's a bit rough around the edges.