From b7028737d93886b13221930f98e030956ee2c440 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sun, 10 Aug 2025 22:30:27 -0500 Subject: Add parsing filepath - Pass a valid markdown filepath and convert it to HTML --- out.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'out.html') diff --git a/out.html b/out.html index eb22d77..a405db2 100644 --- a/out.html +++ b/out.html @@ -1,6 +1,7 @@ -

Title

-

Text of a paragraph

-
Second heading
-

Some more text

+

Palpad

+

A really simple markdown parser + static site generator.

+

It supports a small subset of the markdown spec. The goal is to be able to host

+

a directory of markdown files, and then use `palpad` to convert the directory

+

to valid HTML.

\ No newline at end of file -- cgit