class Herb::AST::HTMLTextNode

def to_hash

def to_hash
  super.merge({
    content: content,
  })
end