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