class Sanitize

def to_html(node)

def to_html(node)
  node.to_html(preserve_newline: true)
end