+[2014-10-21T15:33:32Z]ki9aI have Liquid::Block plugin, can I somehow make it accept anything until the {% end ... %} closing tag? It currently doesn't see the {% end... %} if there's an open xml tag inside it +[2014-10-21T16:20:53Z]travis-cijekyll/jekyll#4569 (security/centralize-path-sanitation) The build was broken. http://travis-ci.org/jekyll/jekyll/builds/38621001 +[2014-10-21T17:53:58Z]travis-cijekyll/jekyll#4571 (liquid-3) The build was fixed. http://travis-ci.org/jekyll/jekyll/builds/38630276 +[2014-10-21T22:06:57Z]andrew9183has anyone done a documentation site with jekyll +[2014-10-21T22:07:45Z]jaybesure; jekyllrb.com/docs/home
pontiki: but then you end up with an ugly looking loop
+[2014-10-22T00:00:35Z]mostlybadflyawww yeah finally getting a handle on this, added some more style or whatever +[2014-10-22T02:04:04Z]b-jazzis there anything special about generated pages and markdown? I'm programmatically generating some pages and the Liquid stuff seems to be applied, but the markdown doesn't get converted. +[2014-10-22T02:06:41Z]jaybeare you using {% include %} ? +[2014-10-22T02:17:17Z]b-jazzjaybe: the page that was generated had a "layout: foobar" front matter, and the foobar.html had a front matter of "layout: default" which has some includes. Does that answer your question? +[2014-10-22T02:19:00Z]jaybebe sure to use dashes on the first line, ... then the yaml headers ... then three closing dashes in markdown files