Skip to content

Commit f17bf64

Browse files
committed
Tweak breakby description
1 parent 6111cc3 commit f17bf64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/atts-global.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h3 id="common-global-attributes">Common global attributes</h3>
1111
{% endunless %}
1212
{% unless include.breakby == "" %}
1313
<dt><code>breakby="integer(s)"</code></dt>
14-
<dd>Used to group list items when separating by <code>break</code>. Possible values are lists of integers, like <code>2</code> (groups of 2 items) or <code>1,2</code> (alternate groups of 1 and 2 items).</dd>
14+
<dd>Used to group list items when separating by <code>break</code>. Possible values are lists of integers, like <code>2</code> (groups of 2 items) or <code>1,2</code> (alternate groups of 1 and 2 items). Otherwise, the value is evaluated on each loop and `break` happens as soon as it changes. Note that `string` must be enclosed in *double* quotes.</dd>
1515
<dd><strong>Default:</strong> {% if include.breakby == null %}1 (unset){% else %}{{ include.breakby }}{% endif %} (see <a href="/tags/tag-attributes-cross-reference#breakby">breakby cross-reference</a>). </dd>
1616
{% endunless %}
1717
{% unless include.breakform == "" %}

0 commit comments

Comments
 (0)