cmark options
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ parse_file_md_to_html :: proc(filename: string, allocator := context.allocator,
|
||||
//root := cm.parse_document(raw_data(str), len(str), cm.DEFAULT_OPTIONS)
|
||||
defer cm.node_free(root)
|
||||
|
||||
html := cm.render_html(root, cm.DEFAULT_OPTIONS)
|
||||
html := cm.render_html(root, CMARK_OPTIONS)
|
||||
defer cm.free(html)
|
||||
|
||||
parsed = strings.clone_from_cstring(html, allocator)
|
||||
|
||||
Reference in New Issue
Block a user