-
Type: Bug
Consider this HLSL snippet
"var": {
"prefix": "var",
"body": "$1 $2 : ${2/(.*)/${2:/upcase}/}"
}
it doesn't capitalize $2
https://github.com/microsoft/vscode/assets/…
-
```
$ cd $(mktemp -d)
$ curl -so img.png "https://placehold.co/600x400"
$ echo '#import "@preview/cmarker:0.1.0"' > test.typ
$ echo '#cmarker.render(read("test.md"))' >> test.typ
$ echo '![Some i…
-
When using a Typst output format, `{tinytable}` appears to ignore the `tbl-cap` code block option unless the table is referenced elsewhere in the document.
-
Hi, I found that that both `\mathbf .` and `\mathbf{...}` cannot be correctly rendered in desired form as in LaTeX (**bold** AND **regular**). For example,
```typst
#import "@preview/mitex:0.2.2": …
-
**Describe the bug**
The pdf preview does not display in VS code (the pane is blank).
**To Reproduce**
Steps to reproduce the behavior (Library test):
1. `echo "hello" > test.typ`
2. open test.ty…
-
We receive several report of typst preview stopping reacting to user inputs and hang. These bugs are very hard to reproduce and investigate. Even we reproduce it, it is still hard to figure out why be…
-
Hello,
I can't get typst to work with glossarium.
Using this minimal example:
```typst
#import "@preview/glossarium:0.2.6": make-glossary, print-glossary, gls, glspl
#show: make-glossary
…
-
As a typst packages user, I want the ability to quickly distinguish/preview packages within the [official website listing](https://typst.app/docs/packages/) so I don't have to scroll through all githu…
-
Hello !
If you have a document with a table of contents created with the outline function and you double click the heading in the document, it will make the preview jump to where the heading is in th…
-
We want to add dedicated template packages to the Typst package manager in an upcoming release. Templates will be packages that come with their own scaffolding, i.e. a `main.typ` file and any required…