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
Change the syntax of the \open and /close function calls
This is an alternative to #397, which I'd like to collect feedback on.
main: {+button title=|Click me!|}Submit{-button}
#397: {::button title=|Click me!|}Submit{:/button}
this: {\button title=|Click me!|}Submit{/button}
It's an attempt to find a pair of convenient single-char-long prefixes which don't conflict with signed number literals.
The opening syntax, `\func`, is inspired by TeX. The closing syntax, `/func`, is inspired by HTML.
0 commit comments