Class: ProsemirrorToHtml::Marks::Link
- Defined in:
- lib/prosemirror_to_html/marks/link.rb
Instance Method Summary collapse
Methods inherited from Mark
Constructor Details
This class inherits a constructor from ProsemirrorToHtml::Marks::Mark
Instance Method Details
#tag ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/prosemirror_to_html/marks/link.rb', line 7 def tag [ { tag: self.class.tag_name, attrs: @mark[:attrs] } ] end |