More formatting
This commit is contained in:
@@ -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 := ""
|
||||
|
||||
Reference in New Issue
Block a user