From afd538d6af0baf8a1861ff2cdef881edbfb57000 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 29 Apr 2026 19:55:57 +0200 Subject: feat(): support math content --- src/quote.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/quote.zig') diff --git a/src/quote.zig b/src/quote.zig index 5456d5b..ad5a156 100644 --- a/src/quote.zig +++ b/src/quote.zig @@ -46,11 +46,11 @@ test { try doTest(parse, alloc, ">hello world", "
hello world
"); try doTest(parse, alloc, "> hello world", "
hello world
"); - try doTest(parse, alloc, + try doTest(parse, alloc, \\> hello \\>world , "
hello world
"); - try doTest(parse, alloc, + try doTest(parse, alloc, \\> hello \\>world \\attribution sur -- cgit v1.2.3