Parse links after footnotes
This commit is contained in:
+1
-1
@@ -816,8 +816,8 @@ parse :: proc(lines: []string, allocator := context.allocator) -> Token {
|
|||||||
for token in root.children {
|
for token in root.children {
|
||||||
parse_inline_code(token)
|
parse_inline_code(token)
|
||||||
parse_embeds(token)
|
parse_embeds(token)
|
||||||
parse_links(token)
|
|
||||||
parse_inline_footnotes(token)
|
parse_inline_footnotes(token)
|
||||||
|
parse_links(token)
|
||||||
pass_through_children(token)
|
pass_through_children(token)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user