image
===============================================================================
%% Images embed visual assets in a Mechdown document and can include captions and display options.
Use Markdown-style image syntax:
``
1. Captions and alt text
-------------------------------------------------------------------------------
In Mechdown, alt text may be rendered as a caption. Figure numbering is automatically generated based on document order.
2. Options map
-------------------------------------------------------------------------------
An optional options map can set attributes such as width, height, or alignment.
```

{width: "100px", height: "100px"}
```
3. Floating
-------------------------------------------------------------------------------
Use float markers to wrap text around an image:
- `<<:` float left
- `:>>` float right
(i)> Prefer concise alt text that describes the figure's purpose, not only its appearance.