Footnotes
This commit is contained in:
@@ -55,6 +55,10 @@ print_token :: proc(token: ^Token, depth: int = 0) {
|
||||
type_str = "Right"
|
||||
case TokenType.Middle:
|
||||
type_str = "Middle"
|
||||
case TokenType.FootnoteDef:
|
||||
type_str = "FootnoteDef"
|
||||
case TokenType.FootnoteRef:
|
||||
type_str = "FootnoteRef"
|
||||
}
|
||||
|
||||
value_str := ""
|
||||
|
||||
Reference in New Issue
Block a user