From b0902c05ffc84d282e10a0179e041948d49fabf8 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sat, 25 Apr 2026 19:54:26 +0200 Subject: feat(): supports list unordored Yes, these files were missing... --- src/parser.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parser.zig') diff --git a/src/parser.zig b/src/parser.zig index 752267e..8c170e7 100644 --- a/src/parser.zig +++ b/src/parser.zig @@ -56,6 +56,7 @@ fn gen(parent: Allocator, l: *Lexer) Error!Document { // other blocks .title => try title.parse(alloc, l), .list_ordored => try list.parseOrdored(alloc, l), + .list_unordored => try list.parseUnordored(alloc, l), .weak_delimiter, .strong_delimiter => { l.consume(); continue :base; -- cgit v1.2.3