+[2014-02-18T23:37:38Z]jaybedigilord, unfortunately, with redcarpet anyway- at this time- passing such option(s) are not possible via the fenced code block technique without a plugin or adaptation +[2014-02-18T23:38:01Z]digilordjaybe: Thanks +[2014-02-18T23:40:52Z]jaybepenibelst, hi. perhaps you'll know about this. i noticed the new support for Rouge. rouge purports to support specifications to tune rouge via query arguments, however i don't think jekyll respects/processes them. e.g. ```php?linenos=table ... +[2014-02-18T23:41:52Z]penibelstjaybe: sorry, I don’t know about it. +[2014-02-18T23:42:03Z]jaybepenibelst, no worries; thanks
+[2014-02-19T09:25:24Z]brookman32khi. i'm trying to install jekyll on debian (wheezy). i have installed python-dev, gem, jekyll (gem) and json (gem). however i'm still getting this error message when trying to run it: /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require': no such file to load -- json (LoadError) +[2014-02-19T09:25:40Z]brookman32k"gem list" shows that json is installed +[2014-02-19T09:27:23Z]brookman32kthis is the whole error message: http://pastebin.com/uCL1g2TT +[2014-02-19T09:30:49Z]pontikihum, brookman32k. Jekyll doesn't work with ruby 1.8 +[2014-02-19T09:31:16Z]pontikiyou need to upgrade your ruby to at least 1.9.3, i think