Blocks in quotes have suboptimal spacing
Open
Nobody has claimed this yet.
bug
styling
- Dominant language
- Rust
- Stars
- 56.1k
- Forks
- 1.7k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 22
Description
Description
When having a list inside a quote with the block argument set to true, typst add space after the list.
This
- is
- a
test
#quote(block: true)[
This
- is
- a
test
]
#block[
This
- is
- a
test
]```
### Reproduction URL
_No response_
### Operating system
Windows, Web app
### Typst version
- [x] I am using the latest version of Typst
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the spacing difference with the quoted list and the block example from the issue. Trace how block quotes and lists are laid out, then verify that the extra space after the list is removed without changing the surrounding examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100