this post was submitted on 15 Mar 2024
10 points (85.7% liked)

Summit

718 readers
16 users here now

Community to discuss Summit, a Lemmy reader for Android.

App (Play Store): https://play.google.com/store/apps/details?id=com.idunnololz.summit

APK: https://github.com/idunnololz/summit-for-lemmy/releases

Patreon: https://patreon.com/SummitforLemmy

Ko-Fi: https://ko-fi.com/summitforlemmy

founded 1 year ago
MODERATORS
 

In the linked comment I can't see the text between "less than" and "greater than" (like a HTML ).

you are viewing a single comment's thread
view the rest of the comments
[–] idunnololz 1 points 6 months ago

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.