File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ plucking the first name from the object representing a person:
146146A message with two markup-like element placeholders, ` button ` and ` link ` ,
147147which the runtime can use to construct a document tree structure for a UI framework.
148148
149- [{button}Submit{/ button} or {link}cancel{/ link}.]
149+ [{+ button}Submit{- button} or {+ link}cancel{- link}.]
150150
151151### Selection
152152
@@ -387,11 +387,11 @@ MarkupEnd ::= '-' Name /* ws: explicit */
387387Examples:
388388
389389```
390- [This is {b}bold{/ b}.]
390+ [This is {+ b}bold{- b}.]
391391```
392392
393393```
394- [{h1 name=(above-and-beyond)}Above And Beyond{/ h1}]
394+ [{+ h1 name=(above-and-beyond)}Above And Beyond{- h1}]
395395```
396396
397397## Tokens
You can’t perform that action at this time.
0 commit comments