blob: f4683427f4752f6a19e2ae29cac59ce36dba7d89 (
plain) (
blame)
1
2
3
4
5
6
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.
|