pub fn image(asset_id: &str, src: &str, alt: &str) -> (Block, (AssetId, Asset))
Build an image block and its backing remote image asset.
Returns (block, (asset_id, asset)) so callers can place the asset into Document.assets.
(block, (asset_id, asset))
Document.assets