Skip to content

Commit

Permalink
chore: fix snapshots and adjust allowed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Feb 13, 2023
1 parent fafb900 commit f272d55
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion scripts/apidoc/signature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const htmlSanitizeOptions: sanitizeHtml.IOptions = {
a: ['href', 'target', 'rel'],
button: ['class', 'title'],
div: ['class'],
pre: ['class', 'v-pre'],
pre: ['class', 'tabindex', 'v-pre'],
span: ['class', 'style'],
},
selfClosing: [],
Expand Down
Loading

0 comments on commit f272d55

Please sign in to comment.