X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmarkdown.h;h=46a1f38f274aa4fde621f83e80ab4bdcafb34007;hb=4499a0ea0cecd41b7053ce5768a85efdfc48848a;hp=7c786efc3987ed5188648492b1b5b1929461db29;hpb=d4843ea375360f37e965709e73c0fbd68e302dca;p=smdp.git diff --git a/include/markdown.h b/include/markdown.h index 7c786ef..46a1f38 100644 --- a/include/markdown.h +++ b/include/markdown.h @@ -44,6 +44,10 @@ enum line_bitmask { IS_QUOTE, IS_CODE, IS_HR, + IS_UNORDERED_LIST_1, + IS_UNORDERED_LIST_2, + IS_UNORDERED_LIST_3, + IS_CENTER, IS_EMPTY };