X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fparser.h;h=1a113e035bb1687762497ea028b707adba8c22ef;hb=0cb71268b17951d68ae97e12593afcd6b6aaabbb;hp=2690b20e27f9747a3e3338eb6e907d2238cd3f2c;hpb=0817686ae6f023ae8f978fd198b7b9b6272eb16d;p=smdp.git diff --git a/include/parser.h b/include/parser.h index 2690b20..1a113e0 100644 --- a/include/parser.h +++ b/include/parser.h @@ -35,10 +35,12 @@ * */ +#include "common.h" #include "markdown.h" #define EXPAND_TABS 4 #define CODE_INDENT 4 +#define UNORDERED_LIST_MAX_LEVEL 3 deck_t *markdown_load(FILE *input); int markdown_analyse(cstring_t *text);