+[2015-10-14T17:28:31Z]jekyllrbTitle: sidebar.html · GitHub (at gist.github.com) +[2015-10-14T17:28:51Z]insidious15in the second part, after the mt-about widget +[2015-10-14T17:33:14Z]insidious15local made it worse haha +[2015-10-14T17:35:13Z]insidious15nvm it's a problem with my css. i fuckd up some tags +[2015-10-14T19:12:47Z]darkbithow do i display pipe symbol inside a table? I'm using kramdown.
kristian_: Do you use some kind of auto reload wrapper?
+[2015-10-15T12:28:39Z]V1s1bleIs there a way to monkey patch core Jekyll classes without touching the installed gem? +[2015-10-15T12:28:54Z]V1s1bleI made these changes because I don't use Github pages: https://gist.github.com/sumdog/ba0b72d12995dd185303 +[2015-10-15T12:28:55Z]jekyllrbTitle: unsanitize.rb · GitHub (at gist.github.com) +[2015-10-15T12:29:14Z]V1s1bleand I want to share components across multiple source trees +[2015-10-15T12:30:30Z]V1s1bleand it works if I modify the gem directly, but if I put it in a plugin, it doesn't load early enough to be useful and I'd like to not have to fork jekyll, make my own gem, add tests and submit a pull...not yet at least. I will once I get it working