This commit is contained in:
2025-06-25 19:12:37 +02:00
parent 2d373da4c5
commit 784dcbf91c
3 changed files with 42 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
// This is the frontend Markdown parser.
// It is written in TypeScript
// While I was writing this, only I and God knew how it works.
// Now, only God knows.
//
// If you are trying to understand how it works , and optimize it. Please increse the counter
//
// Hours wasted here: 12
import fs from 'fs';
import path from 'path';
import matter from 'gray-matter';