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
Blocks can currently have a named keyword parameter by prefixing their parameter name with a *. However, this simply embeds the rest of the text as the exact parameter name. It'd be nice to have a way to let instructors remap that parameter name to something more friendly. Perhaps allow a syntax like "*internal=SHOW"? We'll need to be careful about what we intend to support.
The text was updated successfully, but these errors were encountered:
Blocks can currently have a named keyword parameter by prefixing their parameter name with a
*
. However, this simply embeds the rest of the text as the exact parameter name. It'd be nice to have a way to let instructors remap that parameter name to something more friendly. Perhaps allow a syntax like "*internal=SHOW"? We'll need to be careful about what we intend to support.The text was updated successfully, but these errors were encountered: