+ [2013-12-12T23:25:40Z] scottalan this is what I'm doing on another site with exact same setup but I must be missing something here
+ [2013-12-12T23:26:08Z] scottalan {{ site.baseurl }}/css/app.css is what I have in templates
+ [2013-12-12T23:49:28Z] travis-ci [travis-ci] jekyll/jekyll#2414 (work-with-janky) The build passed. http://travis-ci.org/jekyll/jekyll/builds/15373565
+ [2013-12-12T23:55:10Z] Watcher7 Hello there, I see something like {% include footer.html param="value" %} used in the examples but when I try something like {% highlight python linenos=table linespans="height-test" %} it runs into a syntax error, can anyone explain why this is?
+ [2013-12-12T23:55:53Z] Watcher7 And yes, I close the block. It seems to be directly related to the linespans="height-test" part.

message no. 14820

Posted by Ivo in #jekyll at 2013-12-12T05:35:21Z

rotham: this thing http://jekyllrb.com/docs/datafiles/
+ [2013-12-13T03:13:38Z] jaybe Watcher7, highlight does not accept linespans; only linenos
+ [2013-12-13T03:13:53Z] jaybe i wish it supported more directives also
+ [2013-12-13T03:16:17Z] Watcher7 jaybe, it does.
+ [2013-12-13T03:16:30Z] Watcher7 I was justing it just a second ago, the problem is the -.
+ [2013-12-13T03:16:45Z] jaybe pygments supports such directives, the liquid tag dos not i thought