From 69c3b32521f462c0bb2a0e13028f05831a38db4a Mon Sep 17 00:00:00 2001 From: Axel Anderson Date: Fri, 13 Oct 2023 19:02:04 -0400 Subject: [PATCH] fix: update video allowed attributes --- mod.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/mod.ts b/mod.ts index 141cf84..6e550a1 100644 --- a/mod.ts +++ b/mod.ts @@ -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"],