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 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e69de29..f468342 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,7 @@ +### 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. -- cgit