Method: PageBuilder::TagHelpers#bdo
- Defined in:
- lib/pagebuilder/tag_helpers/text_markup.rb
#bdo(content = nil, **attributes) ⇒ Object
31 32 33 |
# File 'lib/pagebuilder/tag_helpers/text_markup.rb', line 31 def bdo(content = nil, **attributes) pagebuilder_basic_element('bdo', content, attributes) end |