From a75d03583c0691b1830122979d44737e574f27c7 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 28 Apr 2026 21:07:12 +0200 Subject: feat(): support callout's title --- src/callout.zig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/callout.zig') diff --git a/src/callout.zig b/src/callout.zig index 9c5bab5..1c756d6 100644 --- a/src/callout.zig +++ b/src/callout.zig @@ -57,17 +57,17 @@ test "callout" { \\::: \\hey \\::: - , "

hey

"); + , "

default

hey

"); try doTest(parse, alloc, \\:::info \\hey \\::: - , "

hey

"); + , "

info

hey

"); try doTest(parse, alloc, \\::: info Title \\hey \\::: - , "

hey

"); + , "

Title

hey

"); // cannot test content with \n try doTestError(parse, alloc, ":::", Error.InvalidCallout); -- cgit v1.2.3