-
### Description
Currently, the `split` method of string type returns the resulting parts and drops the detected separators.
I would like to ask for an optional boolean argument of this method whic…
-
As far as I can see from the code and the documentation there is currently no support for clipping content. At a minium the ability to clip content to be inside a `block` or `box` would be very useful…
-
https://typst.app/docs/reference/meta/bibliography/
Same behavior in both chrome and safari.
-
[Typst](https://github.com/typst/typst) is a markup language and a converter to PDF that seems more author-friendly and efficient than LaTeX (which we don't use now but once did). Its markup is also f…
-
The implementation of type_id from #10182 uses SipHash on various parameters depending on the type. The output size of SipHash is only 64-bits, however, making it feasible to find collisions via a Bir…
-
### Description
I'm currently using `coc-texlab` plugin for `coc.nvim` plugin in Neovim to enable autocompletion (and renaming) for `lualatex` compatable syntax (LaTeX + LuaTeX macros). For example, …
-
### Description
Right now, Typst support predefined languages (and their syntax highlighting styles) within raw code block like Markdown in GitHub, Stack Overflow etc. But I want to be able to only t…
-
### Description
Across documentation, both indicative ("does") and imperative ("do") are used to describe functions and methods.
For example, in [the documentation for the `at` method of `content`…
-
The `Document` type does not implement the `Send` trait, which makes it impossible to send across threads. This is particularly useful for caching a compiled document and perform rendering on multiple…
-
### Description
The following code compiles fine:
````typst
#show raw.where(block: true): block.with(fill: luma(230), radius: 4pt)
#v(63em)
```
```
````
But changing the vertical spacing
…