mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 13:29:50 +02:00
Better markdown handling
This commit fixes some of the issues with markdown rendering: - Switch to Textview instead of RecyclerView to render Markdown - Import Spoiler renderer from Jebora - Import Script renderer from Jebora - Clean out markwon plugins that were specific to reddit Closes #130 #172 #217 and #273
This commit is contained in:
@@ -245,6 +245,7 @@ dependencies {
|
||||
implementation "io.noties.markwon:simple-ext:$markwonVersion"
|
||||
implementation "io.noties.markwon:inline-parser:$markwonVersion"
|
||||
implementation "io.noties.markwon:image-glide:$markwonVersion"
|
||||
implementation "io.noties.markwon:html:$markwonVersion"
|
||||
implementation 'com.atlassian.commonmark:commonmark-ext-gfm-tables:0.14.0'
|
||||
implementation 'me.saket:better-link-movement-method:2.2.0'
|
||||
|
||||
|
Reference in New Issue
Block a user