Mainly noticeable in CKJ languages. Fix #1872
@@ -1,2 +1,2 @@
-{{/* A Hugo Markdown render hook to parse links, opening external links in new tabs. */}}
+{{- /* A Hugo Markdown render hook to parse links, opening external links in new tabs. */ -}}
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noopener"{{ end }}>{{ .Text | safeHTML }}</a>