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
Due to how to compiler works at this time (v0.2.0a), (div) tags & nested tags fail to work.
For contributors:
Syntax for nested elements: (parent: (child: (grandchild)))
With Attributes: (parent: (child: (grandchild: "I'm the baby!") +attribute="null" ) +attribute="null" ) +attribute="null"
Thanks to anyone who helps with this!
Due to how to compiler works at this time (v0.2.0a), (div) tags & nested tags fail to work.
For contributors:
Syntax for nested elements:
(parent: (child: (grandchild)))With Attributes:
(parent: (child: (grandchild: "I'm the baby!") +attribute="null" ) +attribute="null" ) +attribute="null"Thanks to anyone who helps with this!