From 641341d75d2ca093939155df5f85efb29bcd62f1 Mon Sep 17 00:00:00 2001 From: q-wertz Date: Sun, 3 Jul 2022 16:22:47 +0200 Subject: [PATCH] Switch to 'markdown-it-task-checkbox' for rendering of task lists Signed-off-by: q-wertz --- package.json | 2 +- src/components/card/Description.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4dff30ffb..485154909 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "lodash": "^4.17.21", "markdown-it": "^13.0.1", "markdown-it-link-attributes": "^4.0.0", - "markdown-it-task-lists": "^2.1.1", + "markdown-it-task-checkbox": "^1.0.6", "moment": "^2.29.3", "nextcloud-vue-collections": "^0.10.0", "p-queue": "^6.6.2", diff --git a/src/components/card/Description.vue b/src/components/card/Description.vue index a46eeb3dc..1cc023034 100644 --- a/src/components/card/Description.vue +++ b/src/components/card/Description.vue @@ -73,7 +73,7 @@