From dca42e27fe9c7d28c72bb6cb8e5cc4ec481572e8 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 26 Apr 2026 21:38:06 +0200 Subject: feat(): support image --- src/content.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content.zig') diff --git a/src/content.zig b/src/content.zig index 53f9418..b1ac0c7 100644 --- a/src/content.zig +++ b/src/content.zig @@ -9,7 +9,7 @@ const testing = @import("testing.zig"); const doTest = testing.do; const doTestError = testing.doError; -pub const Error = error{ ModifierNotClosed, IllegalPlacement } || Lexer.Error || Allocator.Error; +pub const Error = error{ ModifierNotClosed, IllegalPlacement } || Allocator.Error; pub fn parse(alloc: Allocator, l: *Lexer) Error!Element { var content = try Element.Empty.init(alloc); -- cgit v1.2.3