Add markdown strike-through support (#183)

This commit is contained in:
Sternagfonkel
2021-08-02 16:35:10 +02:00
committed by GitHub
parent b35d5af258
commit cc2df7c7c2
2 changed files with 3 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ dependencies {
implementation 'io.noties.markwon:image-picasso:4.6.2'
implementation 'io.noties.markwon:image:4.6.2'
implementation 'io.noties.markwon:ext-tables:4.6.2'
implementation 'io.noties.markwon:ext-strikethrough:4.6.2'
}
configurations {