imageAsset renders as a markdown image.
| 57 | |
| 58 | // imageAsset renders as a markdown image. |
| 59 | type imageAsset struct{ asset } |
| 60 | |
| 61 | func (a *imageAsset) Path() string { return a.asset.path } |
| 62 | func (a *imageAsset) getAsset() asset { return a.asset } |
nothing calls this directly
no outgoing calls
no test coverage detected