support Github style code formatting (#121)
[smdp.git] / include / markdown.h
index 07268dc..e5f3ca5 100644 (file)
@@ -48,6 +48,7 @@ enum line_bitmask {
     IS_QUOTE,
     IS_CODE,
     IS_TILDE_CODE,
+    IS_GFM_CODE,
     IS_HR,
     IS_UNORDERED_LIST_1,
     IS_UNORDERED_LIST_2,