# File lib/maruku/output/to_html.rb, line 28
    def <<(child)
      children << child if children
      self
    end