aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2025-08-10 22:30:27 -0500
committerAaditya Dhruv <[email protected]>2025-08-10 22:30:27 -0500
commitb7028737d93886b13221930f98e030956ee2c440 (patch)
treea1bcfee2bf84bac43d667a467c81addde4c3cae3 /README.md
parentd862b84ce868353e3482b380d0b68495de12eb6b (diff)
Add parsing filepathHEADmaster
- Pass a valid markdown filepath and convert it to HTML
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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.