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

Summit

1409 readers
5 users here now

Community to discuss Summit, an open-source Android app for browsing Lemmy and PieFed.

Get the app on the Play Store.

F-Droid

APK / Obtainum

Source code

Support the app

Support me on Patreon

Website: https://summit.idunnololz.com/

founded 3 years ago
MODERATORS
 

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

top 5 comments
sorted by: hot top controversial new old
[–] idunnololz@lemmy.world 2 points 2 years ago (1 children)
[–] elmicha@feddit.de 2 points 2 years ago

Thank you, it works!

[–] elmicha@feddit.de 2 points 2 years ago* (last edited 2 years ago)

I also can't see the < and > in this post (if I don't use HTML entities).

[–] idunnololz@lemmy.world 2 points 2 years ago (1 children)

Thanks for reporting this. I'm looking into the issue now.

[–] idunnololz@lemmy.world 1 points 2 years 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.