mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Merge pull request #4138 from z64/z64/fix-cmark
Fix binding to cmark_node_get_fence_info
This commit is contained in:
Vendored
+1
-1
@@ -338,7 +338,7 @@ foreign lib {
|
|||||||
node_set_list_tight :: proc(node: ^Node, tight: b32) -> (success: b32) ---
|
node_set_list_tight :: proc(node: ^Node, tight: b32) -> (success: b32) ---
|
||||||
|
|
||||||
// Returns the info string from a fenced code block.
|
// Returns the info string from a fenced code block.
|
||||||
get_fence_info :: proc(node: ^Node) -> (fence_info: cstring) ---
|
node_get_fence_info :: proc(node: ^Node) -> (fence_info: cstring) ---
|
||||||
|
|
||||||
// Sets the info string in a fenced code block, returning `true` on success and `false` on failure.
|
// Sets the info string in a fenced code block, returning `true` on success and `false` on failure.
|
||||||
node_set_fence_info :: proc(node: ^Node, fence_info: cstring) -> (success: b32) ---
|
node_set_fence_info :: proc(node: ^Node, fence_info: cstring) -> (success: b32) ---
|
||||||
|
|||||||
Reference in New Issue
Block a user