Strong
Parameters
text (optional)
HMTL attributes (optional)
Examples
Example 1: Yield a given block
strong id: "foo", class: "bar" do
plain "Hello World"
end<strong id="foo" class="bar">Hello World</strong>Example 2: Render options[:text] param
Last updated
Was this helpful?