Merge pull request #526 from scria1000/markdown-disable-html

More fixes related to markdown rendering
This commit is contained in:
Docile-Alligator
2021-11-15 08:47:32 +08:00
committed by GitHub
18 changed files with 327 additions and 171 deletions

View File

@@ -154,6 +154,7 @@ dependencies {
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'