videoAsset renders as a player, which markdown has no syntax for: GitHub promotes a bare URL that is the whole content of a paragraph.
| 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. |
| 94 | type videoAsset struct{ asset } |
| 95 | |
| 96 | func (a *videoAsset) Path() string { return a.asset.path } |
| 97 | func (a *videoAsset) getAsset() asset { return a.asset } |
nothing calls this directly
no outgoing calls
no test coverage detected