@@ -12,6 +12,7 @@ trim_trailing_whitespace = true
[*.{html,xml}]
indent_style = tab
+insert_final_newline = unset
[*.md]
indent_style = unset
@@ -1 +1 @@
-<h{{ .Level }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }} <a href="#{{ .Anchor | safeURL }}" class="anchor" aria-hidden="true"><span class="anchor-icon">#</span></a></h{{ .Level }}>
+<h{{ .Level }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }} <a href="#{{ .Anchor | safeURL }}" class="anchor" aria-hidden="true"><span class="anchor-icon">#</span></a></h{{ .Level }}>
@@ -1,3 +1,3 @@
<p>
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" loading="lazy"/>
-</p>
+</p>
-<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noopener"{{ end }}>{{ .Text | safeHTML }}</a>
+<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noopener"{{ end }}>{{ .Text | safeHTML }}</a>