Aside
Parameters
Text (optional)
HMTL attributes (optional)
Examples
Example 1 - Basic usage
aside id: "foo", class: "bar" do
paragraph text: "This is some text"
end<aside id="foo" class="bar">
<p>This is some text</p>
</aside>Last updated
Was this helpful?