Undo superscript parser changes for now (#577)

Undo superscript parser changes
This commit is contained in:
scria1000
2021-12-12 12:51:43 +00:00
committed by GitHub
parent a2c6685dd8
commit c934bc7740
20 changed files with 233 additions and 264 deletions

View File

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