+ [2016-11-25T17:06:58Z] georoot hi guys would love to hear your feedback on https://github.com/georoot/jekyll.js
+ [2016-11-25T17:06:59Z] jekyllrb Title: GitHub - georoot/jekyll.js: Simple in browser editor for jekyll compatible with github api (at github.com)
+ [2016-11-25T17:07:36Z] georoot simple setup blog at https://georoot.github.io/2016/11/25/Better-way-to-blog-on-github-for-free.html :D
+ [2016-11-25T17:07:37Z] jekyllrb Title: Better way to blog on github for free ยท rahul bhola (at georoot.github.io)

message no. 157761

Posted by pontiki in #jekyll at 2016-11-25T20:34:41Z

hi
+ [2016-11-29T08:41:41Z] somiaj trying to write a custom Lexer for rouge syntax highlighting. So far I have my own fork of rouge and the higlighter is working with rougify -l test filename, but using {% highlight test %} {% endhilight %} blocks in jekyll is not picking up this lexer (the standard lexers work)
+ [2016-11-29T08:42:01Z] somiaj think the issue is jekyll is not using my installed version of rogue, but install the other version on my system... any tips?
+ [2016-11-29T17:57:26Z] desnudopenguino is there a way to remove paragraph formating (<p>) from content inside a for loop?
+ [2016-11-29T18:05:21Z] jaybe could capture everything and filter them out i suppose
+ [2016-11-29T18:09:06Z] desnudopenguino I have {% for page in site.pages %} \n [{{ page.title }}]({{ page.url }}) \n {% endfor %}