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

Leading blank line not stripped #1292

Closed
denisdefreyne opened this issue Jan 14, 2018 · 0 comments
Closed

Leading blank line not stripped #1292

denisdefreyne opened this issue Jan 14, 2018 · 0 comments

Comments

@denisdefreyne
Copy link
Member

Nanoc does not strip a leading blank line, if present. If

Steps to reproduce

Create a file in content/:

---
foo: bar
---

<%= xml_sitemap %>

Filter it through ERB.

Include the XML Sitemap helper.

Expected behavior

Resulting file starts with <?xml and no \n before that.

Actual behavior

Resulting file starts with a line break followed by <?xml.

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

No branches or pull requests

1 participant