version bump
[smdp.git] / include / markdown.h
index 1213ac7..d1b81ac 100644 (file)
@@ -5,7 +5,7 @@
  * An implementation of markdown objects.
  * Copyright (C) 2014 Michael Goehler
  *
- * This file is part of mpd.
+ * This file is part of mdp.
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 
 enum line_bitmask {
     IS_H1,
+    IS_H1_ATX,
     IS_H2,
+    IS_H2_ATX,
     IS_QUOTE,
     IS_CODE,
     IS_HR,
+    IS_UNORDERED_LIST_1,
+    IS_UNORDERED_LIST_2,
+    IS_UNORDERED_LIST_3,
+    IS_UNORDERED_LIST_EXT,
+    IS_CENTER,
     IS_EMPTY
 };