Dfn
Parameters
Text (optional)
HMTL attributes (optional)
Examples
Example 1: Yield a given block
dfn id: "dfn-id" do
plain 'Example'
end<dfn id="dfn-id">Example</dfn>Example 2: Render options[:text] param
Last updated
Was this helpful?