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
In #39, we discussed about using ; as an attribute delimiting modifier.
We can generalize this for other argument-style grammars.
Currently one I can think of is macro arguments:
.image path/to/image.png; more; arguments
@code bash; nonumber
@end
There was a suggestion to separate attributes and macros (#38), and I don’t think having similar syntax for arguments will make user confused as long as we use different prefixes.
The text was updated successfully, but these errors were encountered:
In #39, we discussed about using
;
as an attribute delimiting modifier.We can generalize this for other argument-style grammars.
Currently one I can think of is macro arguments:
There was a suggestion to separate attributes and macros (#38), and I don’t think having similar syntax for arguments will make user confused as long as we use different prefixes.
The text was updated successfully, but these errors were encountered: