From 6335f50dfb543a15a4c19c9119f6ca3cc84d4636 Mon Sep 17 00:00:00 2001 From: Florian Meyer Date: Mon, 8 Feb 2021 10:45:39 +0100 Subject: [PATCH] Open description links in new tab Signed-off-by: Florian Meyer --- package-lock.json | 4 ++++ package.json | 1 + src/components/card/Description.vue | 8 ++++++++ 3 files changed, 13 insertions(+) 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 @@