Skip to content

Commit 78c947e

Browse files
committed
Sundry global att tweaks
1 parent ba99b0b commit 78c947e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/atts-global.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ <h3 id="common-global-attributes">Common global attributes</h3>
66
<dl>
77
{% unless include.break == "" %}
88
<dt><code>break="value"</code></dt>
9-
<dd>Where value is an HTML element, specified without brackets (e.g. <code>break="li"</code>) or some string to separate list items.</dd>
9+
<dd>Where value is an HTML element, specified without angle brackets (e.g. <code>break="li"</code>) or some string to separate list items.</dd>
1010
<dd><strong>Default:</strong> {% if include.break == null %}br{% else %}{{ include.break }}{% endif %} (see <a href="/tags/tag-attributes-cross-reference#break">break cross-reference</a>).</dd>
1111
{% endunless %}
1212
{% unless include.breakby == "" %}
13-
<dt><code>breakby="integer(s)"</code></dt>
13+
<dt><code>breakby="integer(s)"</code> <span class="footnote warning">v4.7.0+</span></dt>
1414
<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 <code>break</code> happens as soon as it changes. Note that <code>string</code> 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 %}

0 commit comments

Comments
 (0)