MDHTML is a small project I made that allows to convert markdown like syntax into html.
It depends, for a small scale websites, or as a base it might work well. For more complex, bigger websites it might not be too good, unless used as a base.
- examples/ - directory containing examples, both results (.html) and code (.mdh)
- examples.md - contains short description of each example + example command to create them
- mdhtml_s.cpp - whole code in a single file, where you put code inside string and compile it
- mdhtml.cpp, mdhtml.hpp - main code files
./program_name -f path/to/file
symbol text;
# - <hx> // where x is size dependent on amount of #'s, # -> <h1>, ## -> <h2>, etc.
@ - <p>
! - links stylesheet // ! path;
$ - <title>
* - <img> // * path;