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
Given that markdown can be converted to html, but not always vice versa, and that github exposes html bodies, it would be best to convert html to spans.
Android already supports this, though I'm curious about the performance and the backing framework, tagsoup.
Perhaps I will make something similar to codeview, using jsoup and coroutines
Relates to #9
Given that markdown can be converted to html, but not always vice versa, and that github exposes html bodies, it would be best to convert html to spans.
Android already supports this, though I'm curious about the performance and the backing framework, tagsoup.
Perhaps I will make something similar to codeview, using jsoup and coroutines
References
The text was updated successfully, but these errors were encountered: