+[2013-06-19T14:09:27Z]tomb_nope +[2013-06-19T14:09:33Z]tomb_not that I know of +[2013-06-19T14:09:57Z]tomb_you can style headers in css tho (i.e. h1, h2, h3) +[2013-06-19T14:10:39Z]daleharveysure, I just fnd myself needing to replace my markdown with html becaus eI need to target particular elements +[2013-06-19T14:10:41Z]daleharveythanks
So I always seem to have problems getting syntax highlighting working
+[2013-06-20T20:06:52Z]RobW_Has anyone set up RedCarpet 2 on Jekyll with Smartypants? +[2013-06-20T20:07:29Z]RobW_Or maybe I should say the Redcarpet2 Smartypants implimentation with Jekyll. +[2013-06-20T23:30:10Z]OliI've got a bootstrap build directory that is (relative to my jekyll root) `../bootstrap/bootstrap`. I've tried `include: ["../bootstrap/bootstrap"]` in _config.yml but it doesn't seem to want to do it. Is there a trick to making this do what I think it does? +[2013-06-20T23:32:00Z]jaybeOli, when jekyll builds and 'publishes', it does so presuming a web root path of / unless otherwise specified. so, likely, you're probably just wanting to including bootstrap elements such as CSS, .js, etc. via domain.tld/bootstrap +[2013-06-21T00:17:26Z]odraHello :D