- {{ post.content | strip_html | truncate: 200 | replace: '&', '&' }} + {% assign _content = post.content %} + {% include no-linenos.html %} + {{ _content | markdownify | strip_html | truncate: 200 }}