Skip to content

Commit

Permalink
fix: update video allowed attributes (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
axelav committed Oct 15, 2023
1 parent 89ced4a commit 4ffdf5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export function render(markdown: string, opts: RenderOptions = {}): string {
"loop",
"playsinline",
"poster",
"controls",
],
a: ["id", "aria-hidden", "href", "tabindex", "rel", "target"],
svg: ["viewbox", "width", "height", "aria-hidden", "background"],
Expand Down

0 comments on commit 4ffdf5f

Please sign in to comment.