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