More fixes related to markdown rendering

This commit is contained in:
scria1000
2021-11-11 18:41:24 +03:00
parent d6d6ed5407
commit 2cdf523eff
13 changed files with 68 additions and 26 deletions

View File

@@ -153,7 +153,7 @@ dependencies {
implementation "io.noties.markwon:linkify:$markwonVersion"
implementation "io.noties.markwon:recycler-table:$markwonVersion"
implementation "io.noties.markwon:simple-ext:$markwonVersion"
implementation "io.noties.markwon:html:$markwonVersion"
implementation "io.noties.markwon:inline-parser:$markwonVersion"
implementation 'com.atlassian.commonmark:commonmark-ext-gfm-tables:0.14.0'
implementation 'me.saket:better-link-movement-method:2.2.0'