Skip to content

Commit

Permalink
feat: add <kbd> to default whitelist (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrny committed Mar 3, 2024
1 parent bedb0c0 commit ae15483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ function getDefaultWhiteList() {
i: [],
img: ["src", "alt", "title", "width", "height", "loading"],
ins: ["datetime"],
kbd: [],
li: [],
mark: [],
nav: [],
Expand Down

0 comments on commit ae15483

Please sign in to comment.