typst-0.6.2: test/typ/compute/foundations-21.typ
// Error: 23-42 cannot access file system from here
#show raw: it => eval("[" + it.text + "]")
```
#show emph: _ => image("/assets/files/giraffe.jpg")
_No relative giraffe!_
```
// Error: 23-42 cannot access file system from here
#show raw: it => eval("[" + it.text + "]")
```
#show emph: _ => image("/assets/files/giraffe.jpg")
_No relative giraffe!_
```