Make Superscript parsing proper

Do this without relying converting to <sup> tags.
This commit is contained in:
scria1000
2021-12-09 13:23:02 +03:00
parent 99c096e111
commit d101cddf0f
19 changed files with 268 additions and 191 deletions

View File

@@ -153,7 +153,6 @@ 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'