{{ iterator.title }}
+ ++ + {% assign summary = iterator.summary | strip_newlines %} + {% if summary != "" %} + {% include no-linenos.html content=summary %} + {{ summary | markdownify | strip_html | escape }} + {% else % } + {% include no-linenos.html content=iterator.content %} + {{ iterator.content | markdownify | strip_html | truncate: 200 | escape }} + {% endif %} +
+