From 4ffdf5f84badba32fc28bb2014ab581e7455e10a Mon Sep 17 00:00:00 2001 From: Axel Anderson Date: Sun, 15 Oct 2023 05:05:14 -0400 Subject: [PATCH] fix: update video allowed attributes (#82) --- 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"],