mirror of
https://github.com/typst/typst
synced 2025-05-15 09:35:28 +08:00
9 lines
201 B
XML
9 lines
201 B
XML
// error: 5:9-5:30 failed to load image
|
|
// error: 8:9-8:30 failed to load image
|
|
|
|
// File does not exist.
|
|
[image: "path/does/not/exist"]
|
|
|
|
// File exists, but is no image.
|
|
[image: "typ/image-error.typ"]
|