For the complete documentation index, see llms.txt. This page is also available as Markdown.

Combination style

Combine multiple styles into one new style applied to the cell

// Combine bold and italic into one style
$format          = new \Vtiful\Kernel\Format($fileHandle);
$boldItalicStyle = $format->bold()->italic()->toResource();

Last updated