Skip to content

Commit

Permalink
Added call to cmark_init_standard_node_flags()
Browse files Browse the repository at this point in the history
  • Loading branch information
phillmv committed Jan 24, 2023
1 parent 9007c37 commit 30419c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/commonmarker/commonmarker.c
Original file line number Diff line number Diff line change
Expand Up @@ -1304,4 +1304,5 @@ __attribute__((visibility("default"))) void Init_commonmarker() {
rb_define_method(rb_cNode, "html_escape_html", rb_html_escape_html, 1);

cmark_gfm_core_extensions_ensure_registered();
cmark_init_standard_node_flags();
}

0 comments on commit 30419c2

Please sign in to comment.