PgBiel
PgBiel
> Is it more sensible to definitely not render any stuff on skipped pages? > > I mean, there are two states: A. still render headers/footers on skipped pages; B....
Does PDF have a dedicated feature for bookmark numbering, or would it have to be part of the bookmark itself?
Will be working on this! (Commenting so I can be assigned :slightly_smiling_face:)
Worth mentioning that it seems that AsciiDoc, which apparently inspired part of Typst's syntax, has something similar, which we could take inspiration from: https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#admonitions 
This could benefit from #843 with some syntax like `#polygon.regular(length, sides)` or similar.
> I think this could be achieved with an implementation of `PolygonElem` that defines `regular` that takes arguments `radius` and `sides` and returns a `PolygonElem` with the `verticies` defined accordingly....
> shouldn't this be implemented on typst-canvas? Typst-canvas is a user-made library (this is discussing implementation on the standard library).
I believe there could be some system for customizing bibliography styles, e.g. a function that takes a dict with all information specified for a given item of the bibliography file....
Should probably mark this as draft if it's WIP
> I'm not sure `fit` is a very clear name for this. Maybe something like `grow` or `expand` would be clearer? The idea was that the cell would _fit_ into...