From e76296938bbafd2df5f373a20a78659320dcc98f Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 10 Sep 2023 17:30:51 -0300 Subject: [PATCH] limpiar --- compilar.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/compilar.ts b/compilar.ts index dc6f351..ae6dc9c 100644 --- a/compilar.ts +++ b/compilar.ts @@ -3,7 +3,6 @@ import { basename, extname, join } from "path"; import * as commonmark from "commonmark"; import { a, - doctype, h1, header, section, @@ -17,20 +16,14 @@ import { ul, h2, raw, - p, VirtualElement, time, article, main, img, - script, - basicElement, nav, - source, } from "@nulo/html.js"; -const div = basicElement("div"); - const reader = new commonmark.Parser({ smart: true }); const writer = new commonmark.HtmlRenderer({ safe: false, smart: true });