C app that converts basic markdown to html
| .gitignore | Image and code block support | |
| main.c | Image and code block support | |
| output.html | Image and code block support | |
| README.md | init | |
md2html
Basic C app that converts basic markdown to html.
Usage: `./md2html {md file} {css style sheet (optinal)}
Compile: gcc -o md2html ./main.c
output.html is the generated html from this file :)