commit
8cd0a75db1
|
@ -1831,7 +1831,7 @@ Newlines and alignment are also possible in content.
|
||||||
``` js
|
``` js
|
||||||
box.setContent('hello\n'
|
box.setContent('hello\n'
|
||||||
+ '{right}world{/right}\n'
|
+ '{right}world{/right}\n'
|
||||||
+ '{center}foo{/center}\n');
|
+ '{center}foo{/center}\n'
|
||||||
+ 'left{|}right');
|
+ 'left{|}right');
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue