diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |