# File lib/maruku/maruku.rb, line 7
  def initialize(s = nil, meta = {})
    super()
    self.attributes.merge! meta
    parse_doc(s) if s
  end