+ [2014-10-21T15:33:32Z] ki9a I 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-ci jekyll/jekyll#4569 (security/centralize-path-sanitation) The build was broken. http://travis-ci.org/jekyll/jekyll/builds/38621001
+ [2014-10-21T17:53:58Z] travis-ci jekyll/jekyll#4571 (liquid-3) The build was fixed. http://travis-ci.org/jekyll/jekyll/builds/38630276
+ [2014-10-21T22:06:57Z] andrew9183 has anyone done a documentation site with jekyll
+ [2014-10-21T22:07:45Z] jaybe sure; jekyllrb.com/docs/home

message no. 54772

Posted by linuxboy in #jekyll at 2014-10-21T07:43:50Z

2.5GB
+ [2014-10-22T00:00:35Z] mostlybadfly awww yeah finally getting a handle on this, added some more style or whatever
+ [2014-10-22T02:04:04Z] b-jazz is 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] jaybe are you using {% include %} ?
+ [2014-10-22T02:17:17Z] b-jazz jaybe: 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] jaybe be sure to use dashes on the first line, ... then the yaml headers ... then three closing dashes in markdown files