(assetURL string)
| 86 | } |
| 87 | |
| 88 | func (a *imageAsset) markdown(assetURL string) string { |
| 89 | return fmt.Sprintf("", escapeAlt(a.alt), assetURL) |
| 90 | } |
| 91 | |
| 92 | // videoAsset renders as a player, which markdown has no syntax for: GitHub |
| 93 | // promotes a bare URL that is the whole content of a paragraph. |
nothing calls this directly
no test coverage detected