Prettier Plugin Liquid
v1.2.2
Star
Options
--print-width
--html-whitespace-sensitivity
css
strict
ignore
--single-quote
--liquid-single-quote
<ul>{% for el in col %}<li class="{% cycle 'odd', 'even' %}" id="el-{{ el.index }}">{{ el.image }}</li>{% endfor %}</ul> <ul class="container"> {% for el in col %}<li class="{% cycle 'odd', 'even' %}" id="something" data-prop="some value"> <div class="item-container"> <label>{{ el.value }}</label> {% assign alt = el.featured_image.alt | replace: 'vanilla', 'chocolate' | upcase %} {{ el.featured_image | image_url | image_tag }} </div> </li> {% endfor %} </ul>
Inspired by the
Prettier playground
Report issue