jekyll-haml icon indicating copy to clipboard operation
jekyll-haml copied to clipboard

Automatic Excerpts Not whitespace-aware

Open eldondev opened this issue 12 years ago • 1 comments

So I have an issue where excerpts seem to end up causing errors because they aren't gracefully merged with the whitespace-awareness of haml. My workaround so far has been to explicitly define excerpts in the front-matter, but I feel like there's a better solution. I would gladly submit a pull request if anyone could give a thought on how they would like it to work.

eldondev avatar Jun 21 '13 16:06 eldondev

I played around with various HAML helpers to try to get it to preserve the whitespace properly, but gave up and started to see this issue as a sign that HAML and Liquid are simply too incompatible to be used together. I switched the project over to plain HTML, since I figured it was likely I'd continue to run into problems like this.

dpmccabe avatar Jan 07 '14 09:01 dpmccabe