As a result of 420c20a, v0.29.0.gfm.7 requires cmark library clients to call cmark_init_standard_node_flags(). If this is not done, the assertion below will fail.
|
assert(node->flags & CMARK_NODE__OPEN); |
It would be helpful for clients if the release notes were updated to mention this.