class ReverseMarkdown::Converters::PassThrough

def convert(node, state = {})

def convert(node, state = {})
  node.to_s
end