diff --git a/package-lock.json b/package-lock.json index 59707b8d5..e66debee7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,6 +27,7 @@ "lodash": "^4.17.21", "markdown-it": "^12.2.0", "markdown-it-task-lists": "^2.1.1", + "markdown-it-link-attributes": "^3.0.0", "moment": "^2.29.1", "nextcloud-vue-collections": "^0.9.0", "p-queue": "^6.6.2", @@ -29419,6 +29420,9 @@ "markdown-it-task-lists": { "version": "2.1.1" }, + "markdown-it-link-attributes": { + "version": "3.0.0" + }, "marked": { "version": "2.0.1" }, diff --git a/package.json b/package.json index 7d566b2fb..03cdb0fef 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "lodash": "^4.17.21", "markdown-it": "^12.2.0", "markdown-it-task-lists": "^2.1.1", + "markdown-it-link-attributes": "^3.0.0", "moment": "^2.29.1", "nextcloud-vue-collections": "^0.9.0", "p-queue": "^6.6.2", diff --git a/src/components/card/Description.vue b/src/components/card/Description.vue index 69a43b4ae..67af1be49 100644 --- a/src/components/card/Description.vue +++ b/src/components/card/Description.vue @@ -75,6 +75,7 @@