Codeblocks

This commit is contained in:
2026-07-14 19:21:35 +02:00
parent 91671995d3
commit 5c35ce4408
4 changed files with 107 additions and 0 deletions
+4
View File
@@ -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 := ""