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
If so, I'm not entirely sure I would implement this. It seems like Talkback treats each TextView as its own element. If my understanding is correct, the only way to split it up would be to use multiple TextViews. Unfortunately, I don't think Markwon (the library Combustible uses for parsing Markdown) supports this.
Jerboa also uses Markdown, does it also have the issue?
If so, I'm not entirely sure I would implement this. It seems like Talkback treats each TextView as its own element. If my understanding is correct, the only way to split it up would be to use multiple TextViews. Unfortunately, I don't think Markwon (the library Combustible uses for parsing Markdown) supports this.
Jerboa also uses Markdown, does it also have the issue?
Yeah, that is what i mean. I havrnt used Jerboa in a long time so i had to check, and yes, it has the same issue
When using Talkback posts with line breaks are read as a single chunk of text instead of being seperated into one element per paragraph.
Here is what combustible does:
And here is how Thunder does:
The text was updated successfully, but these errors were encountered: