You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Markdown (GFM-extension) table that is not preceded by a newline is rendering fine on the Lemmy website, but not on Jerboa.
There is a relevant issue in Markwon here: noties/Markwon#350
Indeed a more active markdown library would be good for any such issues in the future.
Based on this comment, multiplatform-markdown-renderer seems to not support tables yet, although adding them as a custom component might work transitionally, until they're added to the library.
Yes, this should be handled by whatever markdown library, not here. I'm also fairly certain that commonmark should require a newline for tables anyway.
Jerboa Version
0.0.77-gplay
Android Version + Phone
Android 13
Describe The Bug
A Markdown (GFM-extension) table that is not preceded by a newline is rendering fine on the Lemmy website, but not on Jerboa.
There is a relevant issue in Markwon here: noties/Markwon#350
For example on https://lemmy.world/post/20511191, the first table renders fine but the other two don't:
Rendering on Lemmy website:

But rendering in Jerboa:

To Reproduce
In the case of a crash or when relevant include the logs
No response
The text was updated successfully, but these errors were encountered: