Current: syntax for specifying _include-variables_: ```html <include src="foo.md"> <span id="x">bat</span> </include> ``` Suggested: also allow this syntax: ```html <include src="foo.md" x="bat" /> ``` Not sure how hard it is though.
Current: syntax for specifying include-variables:
Suggested: also allow this syntax:
Not sure how hard it is though.