Skip to content

Commit 30419c2

Browse files
committed
Added call to cmark_init_standard_node_flags()
1 parent 9007c37 commit 30419c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/commonmarker/commonmarker.c

+1
Original file line numberDiff line numberDiff line change
@@ -1304,4 +1304,5 @@ __attribute__((visibility("default"))) void Init_commonmarker() {
13041304
rb_define_method(rb_cNode, "html_escape_html", rb_html_escape_html, 1);
13051305

13061306
cmark_gfm_core_extensions_ensure_registered();
1307+
cmark_init_standard_node_flags();
13071308
}

0 commit comments

Comments
 (0)