class ProsemirrorToHtml::Nodes::OrderedList

Public Instance Methods

data() click to toggle source
# File lib/prosemirror_to_html/nodes/ordered_list.rb, line 9
def data
  'ol'
end
matching() click to toggle source
# File lib/prosemirror_to_html/nodes/ordered_list.rb, line 5
def matching
  @node.type === 'ordered_list'
end