Images
Images use standard Markdown image syntax.
Basic image

Image with title

Reference-style images
Enable with referenceDefinition: true:
![ToastWrite logo][logo]
[logo]: https://example.com/logo.png "ToastWrite"
Tips
- Alt text is required for accessibility and displays when the image fails to load.
- Reference-style images use the same definition syntax as reference links.
- Remote images must use
https:URLs (or other allowed schemes) to render in the preview.