diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-05-27 16:58:27 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-27 16:58:27 +0200 |
| commit | a7563500cb6fd0cef180d646fa02deb8e9cdc618 (patch) | |
| tree | 862f3816895f8b60bbc3094ee19952b5a4ae41c6 /scripts/apidocs/utils | |
| parent | c573ac00962e78d5461475c69580574f4b2f07e7 (diff) | |
| download | faker-a7563500cb6fd0cef180d646fa02deb8e9cdc618.tar.xz faker-a7563500cb6fd0cef180d646fa02deb8e9cdc618.zip | |
chore(deps): update dependency vitepress to v1.2.2 (#2925)
Diffstat (limited to 'scripts/apidocs/utils')
| -rw-r--r-- | scripts/apidocs/utils/markdown.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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: [], |
