# File lib/maruku/input/html_helper.rb, line 157 def is_finished? self.state == :inside_element && @tag_stack.empty? end