aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/shortcodes/include_range.md
diff options
context:
space:
mode:
Diffstat (limited to 'templates/shortcodes/include_range.md')
-rw-r--r--templates/shortcodes/include_range.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shortcodes/include_range.md b/templates/shortcodes/include_range.md
index b8ec9e5..bed515a 100644
--- a/templates/shortcodes/include_range.md
+++ b/templates/shortcodes/include_range.md
@@ -8,7 +8,7 @@
{% set data = load_data(path=path) | split(pat="\n") | slice(start=start-1, end=end) -%}
{% for line in data -%}
- {{ line -}}
+ {{ line }}
{% endfor -%}
{#- The '-' in the for loop is important, it removes the whitespaces after the stmt. -#}