Call the HR

This commit is contained in:
2026-07-14 19:26:54 +02:00
parent 5c35ce4408
commit fd8bf59cd9
4 changed files with 29 additions and 0 deletions
+2
View File
@@ -63,6 +63,8 @@ print_token :: proc(token: ^Token, depth: int = 0) {
type_str = "CodeBlock"
case TokenType.InlineCode:
type_str = "InlineCode"
case TokenType.HorizontalRule:
type_str = "HorizontalRule"
}
value_str := ""