X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fparser.h;h=1a113e035bb1687762497ea028b707adba8c22ef;hb=a64de8af30f7a0465333e65f365dfa02ad2862b6;hp=2690b20e27f9747a3e3338eb6e907d2238cd3f2c;hpb=d4843ea375360f37e965709e73c0fbd68e302dca;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);