Rebuild to handle symbol not using whole line

This commit is contained in:
2023-09-16 22:18:27 +02:00
parent b1db4d1316
commit a27c89cdac
3 changed files with 135 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
import * as fs from "fs";
import { toHtml } from "./markdown.js"
import { toHtml } from "./markdown.js";
const paths = {
output: ".dist",
@@ -73,5 +73,3 @@ fs.writeFileSync(`${paths.output}/index.html`, htmlTemplate, {
encoding: "utf-8",
flag: "ax",
});
console.log(manifest);