typst / typst/typst

Blocks in quotes have suboptimal spacing

Open
#7,068 3 comments 1 reaction 0 assignees View on GitHub

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.

Image
 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.