More formatting

This commit is contained in:
2026-07-14 19:28:28 +02:00
parent fd8bf59cd9
commit 2cc4aae139
4 changed files with 35 additions and 0 deletions
+6
View File
@@ -65,6 +65,12 @@ print_token :: proc(token: ^Token, depth: int = 0) {
type_str = "InlineCode"
case TokenType.HorizontalRule:
type_str = "HorizontalRule"
case TokenType.Underline:
type_str = "Underline"
case TokenType.Superscript:
type_str = "Superscript"
case TokenType.Subscript:
type_str = "Subscript"
}
value_str := ""