X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmarkdown.h;h=9c29d868f86d0e174d02d994000c87b7f71b3fe0;hb=e37999aeac2a6a9f9bfab16b787d57d8d93702a7;hp=4d5105c268324f17d94f9c50fffd19c691880cd6;hpb=c29cfeaa5c6ab5c7e0c39415fe3c9c103c8bdf64;p=smdp.git diff --git a/include/markdown.h b/include/markdown.h index 4d5105c..9c29d86 100644 --- a/include/markdown.h +++ b/include/markdown.h @@ -14,13 +14,12 @@ #define CHECK_BIT(var, pos) ((var) & (1<<(pos))) enum line_bitmask { - IS_HEADER, - IS_HEADER2, + IS_H1, + IS_H2, IS_QUOTE, IS_CODE, - IS_LIST, - IS_NUMLIST, - IS_HR + IS_HR, + IS_EMPTY }; typedef struct _line_t {