aboutsummaryrefslogtreecommitdiff
path: root/src/quote.zig
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-04-29 19:55:57 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2026-04-29 19:55:57 +0200
commitafd538d6af0baf8a1861ff2cdef881edbfb57000 (patch)
treedb41d566c318163cb41916defd7cd274b92a9a43 /src/quote.zig
parent0535fa152ae990a28d0b7b9a59e96911074118b8 (diff)
feat(): support math content
Diffstat (limited to 'src/quote.zig')
-rw-r--r--src/quote.zig4
1 files changed, 2 insertions, 2 deletions
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", "<figure><blockquote>hello world</blockquote></figure>");
try doTest(parse, alloc, "> hello world", "<figure><blockquote>hello world</blockquote></figure>");
- try doTest(parse, alloc,
+ try doTest(parse, alloc,
\\> hello
\\>world
, "<figure><blockquote>hello world</blockquote></figure>");
- try doTest(parse, alloc,
+ try doTest(parse, alloc,
\\> hello
\\>world
\\attribution sur