X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=include%2Fmarkdown.h;h=da8805e8b5caaeaae7fb67c1c835a75f7252ecf1;hp=f38a6469e593ff62c8ffb998736f481e08873172;hb=680d0478fc66d6d25b1f258be0114d6c915ec0a0;hpb=d8422e5afe7b7637f8412f3d27969a52d2a7f014 diff --git a/include/markdown.h b/include/markdown.h index f38a646..da8805e 100644 --- a/include/markdown.h +++ b/include/markdown.h @@ -53,6 +53,7 @@ enum line_bitmask { IS_UNORDERED_LIST_3, IS_UNORDERED_LIST_EXT, IS_CENTER, + IS_STOP, IS_EMPTY }; @@ -70,6 +71,7 @@ typedef struct _slide_t { struct _slide_t *prev; struct _slide_t *next; int lines; + int stop; } slide_t; typedef struct _deck_t {