1
0
Fork
You've already forked md2html
0
C app that converts basic markdown to html
  • C 89.3%
  • HTML 10.7%
2025年06月27日 20:29:55 +03:00
.gitignore Image and code block support 2025年06月27日 20:29:55 +03:00
main.c Image and code block support 2025年06月27日 20:29:55 +03:00
output.html Image and code block support 2025年06月27日 20:29:55 +03:00
README.md init 2025年06月23日 12:17:51 +03:00

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 :)