From 8820a00beb08b7253a99a7cf66bb752cd181bb03 Mon Sep 17 00:00:00 2001 From: 3w36zj6 <52315048+3w36zj6@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:50:47 +0900 Subject: Respect `quotes: false` in inline quote (#5991) Co-authored-by: Laurenz --- tests/ref/issue-5536-quote-inline-quotes-false.png | Bin 0 -> 389 bytes tests/suite/model/quote.typ | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 tests/ref/issue-5536-quote-inline-quotes-false.png (limited to 'tests') diff --git a/tests/ref/issue-5536-quote-inline-quotes-false.png b/tests/ref/issue-5536-quote-inline-quotes-false.png new file mode 100644 index 00000000..e7b29d71 Binary files /dev/null and b/tests/ref/issue-5536-quote-inline-quotes-false.png differ diff --git a/tests/suite/model/quote.typ b/tests/suite/model/quote.typ index 51c4bba5..4137262a 100644 --- a/tests/suite/model/quote.typ +++ b/tests/suite/model/quote.typ @@ -118,3 +118,6 @@ An inline #quote[quote.] #quote(block: true, attribution: [The Test Author])[ A block-level quote. ] + +--- issue-5536-quote-inline-quotes-false --- +Lorem #quote(block: false, quotes: false)[dolor]. -- cgit v1.2.3