Geoffrey

Results 8 comments of Geoffrey

Same thing happens when clicking a tweet on twitter and I have to do a hard reload to remove the cxt parameter to get rid of the More Tweets rubbish.

Using {{ content }} also doesn't show the content at all.

I haven't got the site live yet as there's still a lot of other things I need to first. Here's the archive layout I'm using with the Jekyll 2.5.2. ```...

and we're back to my original statement. When I use post.content, none of the markdown or liquid tags are rendered.

Here's the screenshot. ![screen shot 2014-12-19 at 1 01 49 pm](https://cloud.githubusercontent.com/assets/4605578/5498134/3fb43832-877f-11e4-86a6-41393b4702b3.png)

Here's the snippet for my index.html file that displays everything correctly. ``` {% for post in paginator.posts %} {{ post.title }} {{ post.date | date: '%B %d, %Y' }} {{...

While using markdownify does appear to render the markdown, it doesn't render {% highlight bash %}

While the previous suggestion of an include works for markdown, it still doesn't render {% highlight bash %} blocks. Is there a similar method like markdownify that does render code...