ext/commonmarker/cmark.h in commonmarker-0.17.9 vs ext/commonmarker/cmark.h in commonmarker-0.17.10
- old
+ new
@@ -731,9 +731,14 @@
/** Use style attributes to align table cells instead of align attributes.
*/
#define CMARK_OPT_TABLE_PREFER_STYLE_ATTRIBUTES (1 << 15)
+/** Include the remainder of the info string in code blocks in
+ * a separate attribute.
+ */
+#define CMARK_OPT_FULL_INFO_STRING (1 << 16)
+
/**
* ## Version information
*/
/** The library version as integer for runtime checks. Also available as