diff options
| author | 3w36zj6 <52315048+3w36zj6@users.noreply.github.com> | 2025-03-03 20:50:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-03 11:50:47 +0000 |
| commit | 8820a00beb08b7253a99a7cf66bb752cd181bb03 (patch) | |
| tree | fa7727f70b7a9c94dc6da802f71b977d812c2160 /tests/suite/model | |
| parent | 9a6ffbc7db95eff2aedd8028b8969a744717aaa4 (diff) | |
Respect `quotes: false` in inline quote (#5991)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/suite/model')
| -rw-r--r-- | tests/suite/model/quote.typ | 3 |
1 files changed, 3 insertions, 0 deletions
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]. |
