X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=include%2Fmarkdown.h;h=3a85947b6695eb12661eeb16912f700f0aede2f9;hp=b338154120ab9077bd8cb5d1187960b4682f4056;hb=3e6d7001c4058b93281645e72ad1e223280b8589;hpb=441b424160ccf92f27828c5f4c42b9276f65f076 diff --git a/include/markdown.h b/include/markdown.h index b338154..3a85947 100644 --- a/include/markdown.h +++ b/include/markdown.h @@ -47,6 +47,7 @@ enum line_bitmask { IS_H2_ATX, IS_QUOTE, IS_CODE, + IS_TILDE_CODE, IS_HR, IS_UNORDERED_LIST_1, IS_UNORDERED_LIST_2,