From f0902a5413c218bc1794a487d5f547465aba61c2 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 12 Jan 2023 14:57:43 -0300 Subject: [PATCH]
--- html.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/html.ts b/html.ts index cb08deb..fdbd204 100644 --- a/html.ts +++ b/html.ts @@ -44,6 +44,7 @@ export const figure = basicElement("figure"); export const figcaption = basicElement("figcaption"); export const article = basicElement("article"); export const nav = basicElement("nav"); +export const header = basicElement("header"); export const main = basicElement("main"); // TODO: actually escape