diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 19:55:57 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 19:55:57 +0200 |
| commit | afd538d6af0baf8a1861ff2cdef881edbfb57000 (patch) | |
| tree | db41d566c318163cb41916defd7cd274b92a9a43 /src/quote.zig | |
| parent | 0535fa152ae990a28d0b7b9a59e96911074118b8 (diff) | |
feat(): support math content
Diffstat (limited to 'src/quote.zig')
| -rw-r--r-- | src/quote.zig | 4 |
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 |
