Wbr
Parameters
Examples
Example 1: Basic usage
paragraph do
plain 'First part of text'
wbr id: 'foo', class: 'bar'
plain 'Second part of text'
end<p>First part of text<wbr id="foo" class="bar">Second part of text</p>Last updated
Was this helpful?