We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9007c37 commit 30419c2Copy full SHA for 30419c2
ext/commonmarker/commonmarker.c
@@ -1304,4 +1304,5 @@ __attribute__((visibility("default"))) void Init_commonmarker() {
1304
rb_define_method(rb_cNode, "html_escape_html", rb_html_escape_html, 1);
1305
1306
cmark_gfm_core_extensions_ensure_registered();
1307
+ cmark_init_standard_node_flags();
1308
}
0 commit comments