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