@@ -216,12 +216,14 @@ <h2 id=intro><span class=secno>1. </span> Introduction</h2>
216216 < p > This module introduces a family of custom user-defined properties known
217217 collectively as < a href ="#variable-property "> < i > variable
218218 properties</ i > </ a > , which allow an author to assign arbitrary values to a
219- property with an author-chosen name, and then use those values in other
220- properties elsewhere in the document. This makes it easier to read large
221- files, as seemingly-arbitrary values now have informative names, and makes
222- editing such files much easier and less error-prone, as one only has to
223- change the value once, at the variable definition site, and the change
224- will propagate to all uses of that variable automatically.
219+ property with an author-chosen name, and < a
220+ href ="#variable0 "> < i > variables</ i > </ a > , which allow an author to then use
221+ those values in other properties elsewhere in the document. This makes it
222+ easier to read large files, as seemingly-arbitrary values now have
223+ informative names, and makes editing such files much easier and less
224+ error-prone, as one only has to change the value once, at the variable
225+ definition site, and the change will propagate to all uses of that
226+ variable automatically.
225227
226228 < h3 id =placement > < span class =secno > 1.1. </ span > Module Interactions</ h3 >
227229
0 commit comments