typst / webapp-issues

Issue tracker for Typst's web app.
https://typst.app
13 stars 0 forks source link

Incorrect paragraph spacing behavior for previous versions (<0.12.0) in web app #487

Open xkevio opened 2 days ago

xkevio commented 2 days ago

Description

When using the now antiquated #show par: set block(spacing: 0.65em) to reduce/disable paragraph spacing in combination with a first-line-indent > 0 and justify: true, the rendered output is incorrect only within the web app (and its export).

#show par: set block(spacing: 0.65em)
#set par(justify: true, first-line-indent: 1em) // <-- Either disabling justification or setting the indent to 0 changes par spacing!

#lorem(50)

#lorem(30)

Reproduction URL

No response

Browsers

Firefox

OS

Linux