Skip to content

Commit

Permalink
chore(docs): allow tabindex attribute in pres
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed May 27, 2024
1 parent ffde605 commit 7e4a79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/apidocs/utils/markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
Expand Down

0 comments on commit 7e4a79a

Please sign in to comment.