limpiar
This commit is contained in:
parent
f834859781
commit
e76296938b
1 changed files with 0 additions and 7 deletions
|
@ -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 });
|
||||
|
||||
|
|
Reference in a new issue