summaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-08-25 18:26:43 +0200
committerThomas <tschneider.ac@gmail.com>2023-08-25 18:26:43 +0200
commit23cce968f8890eaacfe3043b16f2441f4051585d (patch)
treee902e920504f7265e79cde391d5ca24bad34795e /app/build.gradle
parentdd83e86382a8965d155ecc9b3e87a167426cdc51 (diff)
Mardown: stop parsing tags and support strike text
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 9196fa6fa..dd5a2fd13 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -190,6 +190,8 @@ dependencies {
implementation 'io.noties.markwon:core:4.6.2'
implementation 'io.noties.markwon:ext-tables:4.6.2'
implementation 'io.noties.markwon:syntax-highlight:4.6.2'
+ implementation 'io.noties.markwon:ext-strikethrough:4.6.2'
+ implementation 'io.noties.markwon:inline-parser:4.6.2'
annotationProcessor 'io.noties:prism4j-bundler:2.0.0'
//************ CAST **************///