Method: IsoDoc::Function::Blocks#example_div_attr
- Defined in:
- lib/isodoc/function/blocks_example_note.rb
#example_div_attr(node) ⇒ Object
16 17 18 |
# File 'lib/isodoc/function/blocks_example_note.rb', line 16 def example_div_attr(node) attr_code(id: node["id"], class: "example", style: keep_style(node)) end |