From 62c36650c1c67e13aeb6c9e65cd77d336f6274b6 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 12 Jan 2023 14:58:36 -0300 Subject: [PATCH]
--- html.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/html.ts b/html.ts index fdbd204..80e223a 100644 --- a/html.ts +++ b/html.ts @@ -46,6 +46,7 @@ export const article = basicElement("article"); export const nav = basicElement("nav"); export const header = basicElement("header"); export const main = basicElement("main"); +export const section = basicElement("section"); // TODO: actually escape const escapeHTML = (string: string) => string;