We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf7e0b commit 869005fCopy full SHA for 869005f
spec/message.abnf
@@ -35,7 +35,7 @@ markup = "{" o "#" identifier *(s option) *(s attribute) o ["/"] "}" ; open and
35
function = ":" identifier *(s option)
36
option = identifier o "=" o (literal / variable)
37
38
-attribute = "@" identifier [o "=" o (literal / variable)]
+attribute = "@" identifier [o "=" o literal]
39
40
variable = "$" name
41
0 commit comments