Kesomannen / gale

Lightweight Thunderstore client
GNU General Public License v3.0
64 stars 7 forks source link

Markdown does not properly support <details> #49

Closed viliger2 closed 1 week ago

viliger2 commented 1 month ago

It seems that markdown implementation not only doesn't support collapsing of <details> block, it also kinda breaks when there are multiple multilevel lists in the same markdown file. Example link: https://thunderstore.io/package/viliger/Catacombs/changelog/, how it should look: image How it looks in the app: image

Kesomannen commented 1 month ago

This is an issue with the markdown library gale is using. I'll make an issue in that repo about it

Kesomannen commented 1 month ago

Hmm, with some more testing seems like it works fine if I render a string literal with <details> tags. Must be something wrong with the fetching then..

Kesomannen commented 1 week ago

Finally fixed in 0.8.1, sorry it took so long