Header parsing

This commit is contained in:
2026-07-13 23:52:37 +02:00
parent aad1cfcc07
commit beabb0a0e4
2 changed files with 15 additions and 3 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ print_token :: proc(token: Token, depth: int = 0) {
type_str = "Bold"
case TokenType.BreakLine:
type_str = "BreakLine"
case TokenType.Heading:
type_str = "Heading"
case TokenType.Header:
type_str = "Header"
case TokenType.Paragraph:
type_str = "Paragraph"
}