Add strikethrough type
This commit is contained in:
@@ -37,6 +37,8 @@ print_token :: proc(token: ^Token, depth: int = 0) {
|
||||
type_str = "OrderedList"
|
||||
case TokenType.ListItem:
|
||||
type_str = "ListItem"
|
||||
case TokenType.Strikethrough:
|
||||
type_str = "Strikethrough"
|
||||
}
|
||||
|
||||
value_str := ""
|
||||
|
||||
Reference in New Issue
Block a user