# File lib/maruku/input/html_helper.rb, line 45 def initialize @rest = "" @tag_stack = [] @m = nil @already = "" self.state = :inside_element end