Module: Pandoku::InputFormat

Included in:
Formats::HTML, Formats::Markdown
Defined in:
lib/pandoku/format.rb

Instance Method Summary collapse

Instance Method Details

#parse(text) ⇒ Object



35
36
37
# File 'lib/pandoku/format.rb', line 35

def parse(text)
  Document.new(self, text)
end