X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=include%2Fparser.h;h=f7e684727c7aabd06212a4a46733316d50ea0d5f;hp=89e1a5db1837eebeb35ef3f27c75ca6991652df0;hb=32639324a5ed0b1678d1066680ed6d2e469ae271;hpb=f7c44aadc65ba6401992ec02f7ccb1ea4c2301ff diff --git a/include/parser.h b/include/parser.h index 89e1a5d..f7e6847 100644 --- a/include/parser.h +++ b/include/parser.h @@ -3,6 +3,9 @@ #include "markdown.h" +#define EXPAND_TABS 4 +#define CODE_INDENT 4 + deck_t *markdown_load(FILE *input); int markdown_analyse(cstring_t *text); void markdown_debug(deck_t *deck, int debug);