diff options
author | Aaditya Dhruv <[email protected]> | 2025-08-10 22:30:27 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-08-10 22:30:27 -0500 |
commit | b7028737d93886b13221930f98e030956ee2c440 (patch) | |
tree | a1bcfee2bf84bac43d667a467c81addde4c3cae3 /out.html | |
parent | d862b84ce868353e3482b380d0b68495de12eb6b (diff) |
- Pass a valid markdown filepath and convert it to HTML
Diffstat (limited to 'out.html')
-rw-r--r-- | out.html | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,6 +1,7 @@ <html> -<h2> Title</h2> -<p>Text of a paragraph</p> -<h5> Second heading</h5> -<p>Some more text</p> +<h3> Palpad</h3> +<p>A really simple markdown parser + static site generator. </p> +<p>It supports a small subset of the markdown spec. The goal is to be able to host</p> +<p>a directory of markdown files, and then use `palpad` to convert the directory</p> +<p>to valid HTML.</p> </html>
\ No newline at end of file |