diff --git a/assets/_markdown.scss b/assets/_markdown.scss
index 3de296d..8dd9454 100644
--- a/assets/_markdown.scss
+++ b/assets/_markdown.scss
@@ -24,6 +24,7 @@
font-size: 0.75em;
vertical-align: middle;
text-decoration: none;
+ margin-inline-start: .25em;
}
&:hover a.anchor,
diff --git a/exampleSite/content.en/docs/shortcodes/steps.md b/exampleSite/content.en/docs/shortcodes/steps.md
index d4725ff..72e87de 100644
--- a/exampleSite/content.en/docs/shortcodes/steps.md
+++ b/exampleSite/content.en/docs/shortcodes/steps.md
@@ -32,5 +32,4 @@ Steps shortcode styles numbered list as series of points for better content orga
4. ## Curabitur sed lacinia velit.
Curabitur sed lacinia velit. Nullam sed ante non quam lobortis hendrerit. Phasellus elementum, erat sit amet imperdiet pulvinar, odio massa lobortis ipsum, in tincidunt metus dolor vel ligula.
-
{{% /steps %}}
\ No newline at end of file
diff --git a/layouts/_markup/render-heading.html b/layouts/_markup/render-heading.html
index 762a0f6..f94c54c 100644
--- a/layouts/_markup/render-heading.html
+++ b/layouts/_markup/render-heading.html
@@ -1,6 +1,6 @@
- {{ .Inner | safeHTML }} +{{ .Inner | safeHTML -}}+{{- /* remove whitespaces */ -}} diff --git a/layouts/_shortcodes/image.html b/layouts/_shortcodes/image.html index e1b9c46..58f3d14 100644 --- a/layouts/_shortcodes/image.html +++ b/layouts/_shortcodes/image.html @@ -1,4 +1,3 @@ -{{- /* remove whitespaces */ -}} {{- $destination := partial "docs/links/portable-image" (dict "Page" .Page "Destination" (.Get "src")) -}}