startgit

Static page generator for git repositories
git clone git://git.dimitrijedobrota.com/startgit.git
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING

html.hpp (316B)


0 #pragma once 1 2 #include <md4c.h> 3 4 namespace startgit 5 { 6 7 int md_html(const MD_CHAR* input, 8 MD_SIZE input_size, 9 void (*process_output)(const MD_CHAR*, MD_SIZE, void*), 10 void* userdata, 11 unsigned parser_flags, 12 unsigned renderer_flags); 13 14 } // namespace startgit