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)
Description
When using the now antiquated
#show par: set block(spacing: 0.65em)
to reduce/disable paragraph spacing in combination with afirst-line-indent
> 0 andjustify: true
, the rendered output is incorrect only within the web app (and its export).Reproduction URL
No response
Browsers
Firefox
OS
Linux