Said A.
Said A.
Closes #5776. This PR makes it no longer possible to create "empty" labels, meaning that their name is an empty string. Previously using ```typst #label("") ``` created a label that...
Closes #6296. For the purpose of code completion we don't want to list duplicate labels. Duplicates can still happen if a label exists in the document and in the bibliography....
Bug found during PR #967. See PR for additional details. The following SVG document with a single `text` node doesn't get parsed as expected: ```svg Some Text ``` The resulting...