Geoffrey
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. 
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...