Skip to content

Commit 1ef74d2

Browse files
committed
Notify global attribute version number
1 parent b386194 commit 1ef74d2

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
@@ -87,7 +87,7 @@ <h3 id="common-global-attributes">Common global attributes</h3>
8787
<dd><strong>Values:</strong> Any. Use <code>/value/</code> to trigger regular expression matching, otherwise the value will be treated verbatim as a set of characters to trim.</dd>
8888
<dd><strong>Default:</strong> {% if include.trim == null %}unset{% else %}{{ include.trim }}{% endif %}.</dd>
8989
{% unless include.variable == "" %}
90-
<dt><code>variable="value"</code></dt>
90+
<dt><code>variable="value"</code> <span class="footnote warning">v4.9.0+</span></dt>
9191
<dd>Assign the output of the tag to the named variable, instead of displaying it.</dd>
9292
<dd><strong>Values:</strong> Any valid string to be used as a variable name.</dd>
9393
<dd><strong>Default:</strong> unset.</dd>

0 commit comments

Comments
 (0)