You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be easy with #672 -- it just depends on the value of Tag#allowsChildren(). We could incorporate the same logic into the parser in order to support / for self-closing tags.
Something like
<my_template/>
which would resolve the template whilst preventing any tags inserted from bleeding into remaining strings.Essentially shorthand for
<span><my_template></span>
, considering KyoriPowered/adventure-text-minimessage#178.The text was updated successfully, but these errors were encountered: