diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-27 20:49:13 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-27 20:49:13 +0200 |
| commit | e154408e8ddeaee83242002f4c7af68b29d3a677 (patch) | |
| tree | d0caadc01e77aa15edb204b1529fac168775329a /src/eval/Element.zig | |
| parent | 3b0e9424a66058da82d11d432da886ec7b6ce7eb (diff) | |
feat(): support callout
Diffstat (limited to 'src/eval/Element.zig')
| -rw-r--r-- | src/eval/Element.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eval/Element.zig b/src/eval/Element.zig index 72b6d7d..f93dc1a 100644 --- a/src/eval/Element.zig +++ b/src/eval/Element.zig @@ -9,6 +9,7 @@ pub const Root = @import("Root.zig"); const blocks = @import("blocks.zig"); pub const Code = blocks.Code; pub const Figure = blocks.Figure; +pub const Callout = blocks.Callout; const Element = @This(); |
