From a7563500cb6fd0cef180d646fa02deb8e9cdc618 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 16:58:27 +0200 Subject: chore(deps): update dependency vitepress to v1.2.2 (#2925) --- scripts/apidocs/utils/markdown.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/apidocs/utils/markdown.ts b/scripts/apidocs/utils/markdown.ts index b0cc68be..2787a611 100644 --- a/scripts/apidocs/utils/markdown.ts +++ b/scripts/apidocs/utils/markdown.ts @@ -31,7 +31,7 @@ const htmlSanitizeOptions: sanitizeHtml.IOptions = { a: ['href', 'target', 'rel'], button: ['class', 'title'], div: ['class'], - pre: ['class', 'v-pre'], + pre: ['class', 'v-pre', 'tabindex'], span: ['class', 'style'], }, selfClosing: [], -- cgit v1.2.3