LIBRARY
Markdown (libmarkdown , -lmarkdown)SYNOPSIS
Fd #include <mkdio.h> Ft int Fn mkd_line char *string int size char **doc int flags Ft int Fn mkd_generateline char *string int size FILE *output int flagsDESCRIPTION
Occasionally one might want to do markdown translations on fragments of data, like the title of an weblog article, a date, or a simple signature line. mkd_line and mkd_generateline allow you to do markdown translations on small blocks of text. mkd_line allocates a buffer, then writes the translated text into that buffer, and mkd_generateline writes the output to the specified FILE*
BUGS
Error handling is minimal at best.