Laurenz
Laurenz
I left a few comments in the [Fonts forge](https://discord.com/channels/1054443721975922748/1184433451554840636/1239553476313354281) on Discord.
I think unfortunately this needs more design work before we can proceed with the implementation, so I'll close this for now. :/ Thank you for the work you put into...
This specific case with the heading is a bug and should work (#1044), but a general option might be nice.
The text font stuff is covered by https://github.com/typst/typst/issues/366 and about the lack of italic digits there is not much we can do, so I'll close this.
I'm also not sure if having this as an image-specific thing is great. The only thing that makes only sense in the context of images is the pixel-based clipping, but...
Since we aren't sure whether this is the best way to approach the problem, I think this first needs to go back into the design phase. I'll close this PR...
Yes, I think we should switch lists to something like this. I believe Word uses tab stops to implement the behaviour. Without them or a min-width property, I think it...
I think the grid layouter is missing calls to `self.regions.in_last()`. The flow layouter, for instance, won't finish the region if it knows that it is in the last region.
Judging from [this piece of code](https://github.com/nvarner/typst-lsp/blob/32c9086657948195c7ca40ccc7151218da20332e/src/server/document.rs#L10-L14), the proposed optimization seems to have been implemented since. However, I just wanted to note that this results in missing diagnostics in some cases....