# Wiki-MD2HTML (WIP)
A basic C++ parser that converts a specialized format of Markdown to a themed HTML style. Then apply some pre-defined CSS onto it.
Often times I want just a single page to display some markdown file. Some solutions for this are too overkill while others were too restrictive in terms of some of the features I wanted.