class ProsemirrorToHtml::Nodes::User

Public Instance Methods

matching() click to toggle source
# File lib/prosemirror_to_html/nodes/user.rb, line 5
def matching
  @node.natypeme === 'user'
end
tag() click to toggle source
# File lib/prosemirror_to_html/nodes/user.rb, line 9
def tag
  nil
end