Harry Watson

Results 2 issues of Harry Watson

Currently, there is a line break between a nested list's marker and the item. To illustrate the issue, install the extension to the project directory and consider the following `.qmd`...

Please consider the following minimal example. ```typst #import "theorems.typ": * #show: thmrules #let proposition = thmbox("proposition", "Proposition").with(numbering: "1") #proposition[ This is a proposition. ] ``` In the rendered PDF, the...