parent
eab243fc7a
commit
d5cd1f6c02
|
@ -1828,7 +1828,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