Line break in comments

Tags: #<Tag:0x00007f8b1de6ab90>

Hi hstb,
Can I put a line break in cell’s comment? Like this:
var cells = [
{ row: 2, col: 2, comment: { value: ‘Some /n comment’, readOnly: true } },
{ row: 3, col: 2, comment: { value: ‘More comments’, readOnly: true } }
];

Sorry @gumanh94

this is only a text. It is no way to style or format it.

Oh, it’s ok, thank u for ur reply!