+[2013-11-16T23:54:07Z]pontikii sort of gave up on importing a wp blog and just rolled my own converter. +[2013-11-16T23:54:48Z]pontikidunno abt tumblr, tho +[2013-11-16T23:58:35Z]lulzplzkthxWell, I could always import manually, but I'd rather not if I don't have to. :P +[2013-11-16T23:59:07Z]lulzplzkthxAnyway, I opened an issue here: https://github.com/jekyll/jekyll-import/issues/84 +[2013-11-16T23:59:59Z]pontikisuper, thanks .)
There should be a newline between "true" and "Deprecation"
+[2013-11-17T00:00:33Z]pontikieep! i lost an eye! +[2013-11-17T00:01:49Z]lulzplzkthxheh :) +[2013-11-17T15:34:23Z]usrnixHi, can I include HTML in a textile file? +[2013-11-17T19:02:33Z]ScottNYChey guys question, in my home.html layout I have my blog entry titles listed by date, the titles are bold because of '<strong itemprop="name">{{ post.title }}</strong>' I want to remove the strong tag for a normal font weight. But when I do so it screws up the formatting of the page, How can I remove that strong tag and still maintain the layout? what can i replace it with? +[2013-11-17T19:03:42Z]jaybeScottNYC, removing a formatting tag shouldn't affect the entire layout of your page. perhaps the strong tag is being defined via CSS along with some layout. this sounds more like a CSS/design question.