{{- /* Image in markdown. @returns {template.HTML} @examples ![Text](https://gohugo.io/images/hugo-logo-wide.svg "Title") */ -}} {{- $src := ((.Destination) | safeURL) -}} {{- $alt := ((.Text) | default ($src)) -}} {{- $title := ((.Title) | default "") -}} {{ ($alt) }} {{- /* This comment removes trailing newlines. */ -}}