typst-0.6.2: test/typ/compute/foundations-20.typ
// Error: 23-30 cannot access file system from here
#show raw: it => eval(it.text)
```
image("/assets/files/tiger.jpg")
```
// Error: 23-30 cannot access file system from here
#show raw: it => eval(it.text)
```
image("/assets/files/tiger.jpg")
```