Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a blank line with no spaces causes freestyle-usage snippet to be indented too far #173

Closed
danwenzel opened this issue May 9, 2018 · 0 comments

Comments

@danwenzel
Copy link
Collaborator

danwenzel commented May 9, 2018

A normal freestyle-usage snippet has no extra indentation:

    {{#freestyle-usage 'example'}}
      <div>
        <span>Something Indented</span>
      </div>
      <div>
        <span>Something Indented</span>
      </div>
    {{/freestyle-usage}}

image

...but if I add a blank line with no spaces in the middle of the usage code, the snippet indents way over:

    {{#freestyle-usage 'example'}}
      <div>
        <span>Something Indented</span>
      </div>

      <div>
        <span>Something Indented</span>
      </div>
    {{/freestyle-usage}}

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant