Files
jekyll/test/source/_posts/2018-11-15-excerpt-liquid-block.md
Kyle Barbour 88d63c9303 Excerpt handling of custom and intermediate tags (#7382)
Merge pull request 7382
2019-01-04 04:30:29 -05:00

799 B

title, layout
title layout
liquid_block excerpt test with open tags in excerpt post

{% assign company = "Yoyodyne" %} {% do_nothing_other %} {% do_nothing %} {% unless false %} {% for i in (1..10) %} {% if true %} {% raw %} EVIL! PURE AND SIMPLE FROM THE EIGHTH DIMENSION! {% endraw %} {% elsif false %} No matter where you go, there you are. {% break %} {% else %} {% case company %} {% when "Yoyodyne" %} Buckaroo Banzai {% else %} {% continue %}

            {% endcase %}
        {% endif %}
    {% endfor %}
{% endunless %}

{% enddo_nothing %}