MKD_FUNCTIONS(3) Library Functions Manual MKD_FUNCTIONS(3) NAME mkd_functions - access and process Markdown documents. LIBRARY Markdown (libmarkdown, -lmarkdown) SYNOPSIS #include int mkd_compile(MMIOT *document, int flags); int mkd_css(MMIOT *document, char **doc); int mkd_generatecss(MMIOT *document, FILE *output); int mkd_document(MMIOT *document, char **doc); int mkd_generatehtml(MMIOT *document, FILE *output); int mkd_xhtmlpage(MMIOT *document, int flags, FILE *output); int mkd_toc(MMIOT *document, char **doc); void mkd_generatetoc(MMIOT *document, FILE *output); void mkd_cleanup(MMIOT*); char* mkd_doc_title(MMIOT*); char* mkd_doc_author(MMIOT*); char* mkd_doc_date(MMIOT*); DESCRIPTION The markdown format supported in this implementation includes Pandoc- style header and inline