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:
146
146
A message with two markup-like element placeholders, ` button ` and ` link ` ,
147
147
which the runtime can use to construct a document tree structure for a UI framework.
148
148
149
- [{button}Submit{/ button} or {link}cancel{/ link}.]
149
+ [{+ button}Submit{- button} or {+ link}cancel{- link}.]
150
150
151
151
### Selection
152
152
@@ -387,11 +387,11 @@ MarkupEnd ::= '-' Name /* ws: explicit */
387
387
Examples:
388
388
389
389
```
390
- [This is {b}bold{/ b}.]
390
+ [This is {+ b}bold{- b}.]
391
391
```
392
392
393
393
```
394
- [{h1 name=(above-and-beyond)}Above And Beyond{/ h1}]
394
+ [{+ h1 name=(above-and-beyond)}Above And Beyond{- h1}]
395
395
```
396
396
397
397
## Tokens
You can’t perform that action at this time.
0 commit comments