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/link.zig | |
| parent | 7ca5ad5927386703219072723eb41c511e1c5359 (diff) | |
feat(): supports list ordored
Diffstat (limited to 'src/link.zig')
| -rw-r--r-- | src/link.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/link.zig b/src/link.zig index e214b4b..8eb5778 100644 --- a/src/link.zig +++ b/src/link.zig @@ -4,7 +4,7 @@ const eql = std.mem.eql; const Token = @import("lexer/Token.zig"); const Lexer = @import("lexer/Lexer.zig"); const Element = @import("eval/Element.zig"); -const Link = Element.Paragraph.Link; +const Link = Element.paragraph.Link; const content = @import("content.zig"); const testing = @import("testing.zig"); const doTest = testing.do; |
