Method: IsoDoc::Function::Blocks#note_attrs

Defined in:
lib/isodoc/function/blocks_example_note.rb

#note_attrs(node) ⇒ Object



96
97
98
99
# File 'lib/isodoc/function/blocks_example_note.rb', line 96

def note_attrs(node)
  attr_code(id: node["id"], class: "Note", style: keep_style(node),
            coverpage: node["coverpage"])
end