diff options
author | Docile-Alligator <chineseperson5@gmail.com> | 2021-11-15 00:47:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 00:47:32 +0000 |
commit | 2e0725e25e3f8eea0871c9e3a48fec673618298a (patch) | |
tree | e66d5f483283d5ed0a8f648ef9504082f822014a /app/build.gradle | |
parent | d0f0647bc8deeff87f297b4d60f6ed58a17a0d31 (diff) | |
parent | 550706d2d72fd12e0043a8e1eb90ae9437d92a6c (diff) | |
download | infinity-for-reddit-2e0725e25e3f8eea0871c9e3a48fec673618298a.tar infinity-for-reddit-2e0725e25e3f8eea0871c9e3a48fec673618298a.tar.gz infinity-for-reddit-2e0725e25e3f8eea0871c9e3a48fec673618298a.tar.bz2 infinity-for-reddit-2e0725e25e3f8eea0871c9e3a48fec673618298a.tar.lz infinity-for-reddit-2e0725e25e3f8eea0871c9e3a48fec673618298a.tar.xz infinity-for-reddit-2e0725e25e3f8eea0871c9e3a48fec673618298a.tar.zst infinity-for-reddit-2e0725e25e3f8eea0871c9e3a48fec673618298a.zip |
Merge pull request #526 from scria1000/markdown-disable-html
More fixes related to markdown rendering
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 24b666a8..25a6f061 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' |