Skip to content

Commit e29a860

Browse files
authored
This ain't Markdown, fool
1 parent d29b581 commit e29a860

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
@@ -47,7 +47,7 @@ <h3 id="common-global-attributes">Common global attributes</h3>
4747
<dd><strong>Default:</strong> {% if include.escape == null %}html{% else %}{{ include.escape }}{% endif %}.</dd>
4848

4949
<dt><code>evaluate="number list"</code></dt>
50-
<dd>Alter the processing order of top-level tags inside a form/container. Tags are normally executed from top to bottom. If you wish to change this, imagine tags are numbered incrementally from 1 inside a container. To run tags 3 and 5 first, then 1, 2, and 4 in order, specify `evaluate="3, 5"` in your container tag.</dd>
50+
<dd>Alter the processing order of top-level tags inside a form/container. Tags are normally executed from top to bottom. If you wish to change this order, imagine Textpattern tags are numbered incrementally from 1 inside a container. To process tags 3 and 5 first, then 1, 2, and 4, specify <code>evaluate="3, 5"</code> in your container tag.</dd>
5151
<dd><strong>Values:</strong> Any comma-separated numbers corresponding with the numerical position of primary (top-level) tags inside the container.</dd>
5252
<dd><strong>Default:</strong> {% if include.evaluate == null %}unset{% else %}{{ include.evaluate }}{% endif %}.</dd>
5353

0 commit comments

Comments
 (0)