fix: preserve literal markdown on renderer fallback

This commit is contained in:
2026-03-16 21:15:44 -04:00
parent 72e23fded8
commit a0255c2487
4 changed files with 30 additions and 4 deletions

View File

@@ -37,7 +37,6 @@ androidx-swiperefreshlayout = { group = "androidx.swiperefreshlayout", name = "s
androidx-recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" }
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "coroutines" }
commonmark = { group = "org.commonmark", name = "commonmark", version.ref = "commonmark" }
commonmark-ext-gfm-tables = { group = "org.commonmark", name = "commonmark-ext-gfm-tables", version.ref = "commonmark" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }