ext/commonmarker/cmark.h in commonmarker-0.17.7.1 vs ext/commonmarker/cmark.h in commonmarker-0.17.8

- old
+ new

@@ -722,9 +722,18 @@ /** Parse footnotes. */ #define CMARK_OPT_FOOTNOTES (1 << 13) +/** Only parse strikethroughs if surrounded by exactly 2 tildes. + * Gives some compatibility with redcarpet. + */ +#define CMARK_OPT_STRIKETHROUGH_DOUBLE_TILDE (1 << 14) + +/** Use style attributes to align table cells instead of align attributes. + */ +#define CMARK_OPT_TABLE_PREFER_STYLE_ATTRIBUTES (1 << 15) + /** * ## Version information */ /** The library version as integer for runtime checks. Also available as