diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-25 19:37:35 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-25 19:37:35 +0200 |
| commit | 0a0d579f34e12639c89d890d25be038c5ae81e00 (patch) | |
| tree | f96df251a917c8f2c79a1b950b715d924a3f0b9b /src/paragraph.zig | |
| parent | 7ca5ad5927386703219072723eb41c511e1c5359 (diff) | |
feat(): supports list ordored
Diffstat (limited to 'src/paragraph.zig')
| -rw-r--r-- | src/paragraph.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paragraph.zig b/src/paragraph.zig index a76b98c..f03bc8f 100644 --- a/src/paragraph.zig +++ b/src/paragraph.zig @@ -3,7 +3,7 @@ const Allocator = std.mem.Allocator; const Token = @import("lexer/Token.zig"); const Lexer = @import("lexer/Lexer.zig"); const Element = @import("eval/Element.zig"); -const Paragraph = Element.Paragraph; +const Paragraph = Element.paragraph; const parser = @import("parser.zig"); const link = @import("link.zig"); const content = @import("content.zig"); |
