Small C app to transform markdown files to html. Only headers (i.e., #, ##,... to ,,... and paragraphs to are implemented.
|
|
||
|---|---|---|
| deps | basic markdown to html | |
| tests | basic markdown to html | |
| web | added wasm integration | |
| .gitignore | basic markdown to html | |
| index.html | added wasm integration | |
| input.md | basic markdown to html | |
| large-input.md | basic markdown to html | |
| libmd.c | added wasm integration | |
| libmd.h | added wasm integration | |
| LICENSE | Initial commit | |
| Makefile | added wasm integration | |
| output.html | basic markdown to html | |