startgitStatic 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 (282B)
    0 #pragma once
          
              2 #include <md4c.h>
          
              4 namespace startgit
              5 {
          
              7 int md_html(
              8     const MD_CHAR* input,
              9     MD_SIZE input_size,
             10     void (*process_output)(const MD_CHAR*, MD_SIZE, void*),
             11     void* userdata,
             12     unsigned parser_flags,
             13     unsigned renderer_flags
             14 );
          
             16 }  // namespace startgit