# File lib/maruku/input/html_helper.rb, line 184 def is_finished? (self.state == :inside_element) and @tag_stack.empty? end