We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current: Global variables use <span id="foo"> syntax Page variables use <variable name="foo"> syntax
<span id="foo">
<variable name="foo">
Should we allow <variable name="foo"> syntax to be used for global variables too?
The text was updated successfully, but these errors were encountered:
Sure, don't see any disadvantages in that. Should we deprecate the <span> syntax as well?
<span>
Sorry, something went wrong.
Yes, we can deprecate it.
Sure, how about include variables?
<include src...> <span id="x">var</span> </include>
Good point. Do the same there as well? What do you guys think?
Yes let's do it all in one shot.
jamos-tay
Successfully merging a pull request may close this issue.
Current:
Global variables use
<span id="foo">
syntaxPage variables use
<variable name="foo">
syntaxShould we allow
<variable name="foo">
syntax to be used for global variables too?The text was updated successfully, but these errors were encountered: