X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmarkdown.h;h=9ed9dbfe3539703366cc4528aae34562569f1a7f;hb=ab8e567cda085c6cc575082d175790617a3f9fa6;hp=b4812f583b0d89789723f425bb4225efd96b63a8;hpb=6003f2f14d8c40a23336a510b109290dceb2f40b;p=smdp.git diff --git a/include/markdown.h b/include/markdown.h index b4812f5..9ed9dbf 100644 --- a/include/markdown.h +++ b/include/markdown.h @@ -73,4 +73,8 @@ document_t *new_document() { return x; } +int is_utf8(char ch); +int next_nonblank(cstring_t *text, int i); +document_t * markdown_load(FILE *input); + #endif // !defined( MARKDOWN_H )