Fixing indentation of multiple partials

This fixes #16.
This commit is contained in:
Tyler Akins
2017-06-20 14:19:44 -05:00
parent e6787e71d5
commit 6376a9b817
6 changed files with 101 additions and 18 deletions

View File

View File

@@ -0,0 +1,19 @@
With spacing
first line
second line
first line
second line
Without spacing
first line
second line
first line
second line
With text
first line
second line
text
first line
second line

View File

@@ -0,0 +1,2 @@
first line
second line

View File

@@ -0,0 +1,13 @@
With spacing
{{> indented-partials.partial}}
{{> indented-partials.partial}}
Without spacing
{{> indented-partials.partial}}
{{> indented-partials.partial}}
With text
{{> indented-partials.partial}}
text
{{> indented-partials.partial}}