Add strikethrough type

This commit is contained in:
2026-07-14 17:45:50 +02:00
parent dc49129999
commit 7737c2d763
3 changed files with 11 additions and 0 deletions
+2
View File
@@ -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 := ""