image
Create Markdown image syntax from a URL, array, or object.
Syntax
{{ value | image }}{{ value | image:"Alt text" }}Example
Basic usage
1{2 "url": "cover.jpg"3}1{{ url | image:"Cover art" }}1Behavior
- The optional parameter is alt text for string and array inputs.