From #553 (comment).
index.md:
<span id="color">red</span>
<font color="{{ color }}">my text</font>
However, a better syntax is needed, because outside of variables.md, <span>s are not always variables.
EDIT:
Per further discussions below, support such a syntax:
index.md:
<variable id="color">red</variable>
<font color="{{ color }}">my text</font>
From #553 (comment).
index.md:<span id="color">red</span><font color="{{ color }}">my text</font>However, a better syntax is needed, because outside ofvariables.md,<span>s are not always variables.EDIT:
Per further discussions below, support such a syntax:
index.md: