class HtmlToProsemirror::Nodes::CodeBlockWrapper

Public Instance Methods

data() click to toggle source
# File lib/html_to_prosemirror/nodes/code_block_wrapper.rb, line 8
def data
  nil
end
matching() click to toggle source
# File lib/html_to_prosemirror/nodes/code_block_wrapper.rb, line 4
def matching
  @node.name === 'pre'
end