You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[newTableCell('Lorem ipsum dolor sit amet, <fg=white;bg=green>consectetur</> adipiscing elit, <fg=white;bg=red>sed</> do <fg=white;bg=red>eiusmod</> tempor', ['colspan' => 3])],
1137
+
newTableSeparator(),
1138
+
[newTableCell('Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor', ['colspan' => 3])],
1139
+
newTableSeparator(),
1140
+
[newTableCell('Lorem ipsum <fg=white;bg=red>dolor</> sit amet, consectetur ', ['colspan' => 2]), 'hello world'],
1141
+
newTableSeparator(),
1142
+
['hello <fg=white;bg=green>world</>', newTableCell('Lorem ipsum dolor sit amet, <fg=white;bg=green>consectetur</> adipiscing elit', ['colspan' => 2])],
1143
+
newTableSeparator(),
1144
+
['hello ', newTableCell('world', ['colspan' => 1]), 'Lorem ipsum dolor sit amet, consectetur'],
0 commit comments