Blockquote parsing

This commit is contained in:
2026-07-14 00:29:38 +02:00
parent 943aeef332
commit 3651d5b6d0
4 changed files with 25 additions and 15 deletions
+2
View File
@@ -29,6 +29,8 @@ print_token :: proc(token: Token, depth: int = 0) {
type_str = "Header"
case TokenType.Paragraph:
type_str = "Paragraph"
case TokenType.Blockquote:
type_str = "Blockquote"
}
value_str := ""