this post was submitted on 26 Jul 2023
27 points (90.9% liked)

Jerboa

10295 readers
3 users here now

Jerboa is a native-android client for Lemmy, built using the native android framework, Jetpack Compose.

Warning: You can submit issues, but between Lemmy and lemmy-ui, I probably won't have too much time to work on them. Learn jetpack compose like I did if you want to help make this app better.

Built With

Features

Installation / Releases

Support / Donate

Jerboa is made by Lemmy's developers, and is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.

Crypto

Contact

founded 3 years ago
MODERATORS
 

@jerboa Post titles showing raw markdown.

I've mostly noticed it on posts from Mastadon. Seems to be a fairly common issue with most apps (was recently fixed in Voyager https://github.com/aeharding/voyager/pull/515)

top 4 comments
sorted by: hot top controversial new old
[โ€“] andrew@lemmy.stuart.fun 18 points 2 years ago (1 children)

Should a title allow markdown rendering? That would be unexpected to me tbh.

[โ€“] xerosome@lemmy.world 5 points 2 years ago

The default web ui renders markdown links, so ๐Ÿคทโ€โ™‚๏ธ. BTW I can't find your reply on Mastodon, might be a federation issue?

[โ€“] RagingNerdoholic@lemmy.ca 9 points 2 years ago (1 children)

This is normal. Titles should be plain text.

[โ€“] xerosome@mastodon.social 1 points 2 years ago* (last edited 2 years ago)

@RagingNerdoholic Oh, ok. A little searching and I found this pull request, so I guess it's being removed from the default web ui also. https://github.com/LemmyNet/lemmy-ui/pull/1977. Visually, it would be nice if at least in-fediverse tags could be rendered inline.

edit: looking at the code it seems inline rendering will be limited to emphasis, backticks, and strikethrough.