module Smartdown

Constants

VERSION

Public Class Methods

parse(coversheet_file) click to toggle source
# File lib/smartdown.rb, line 5
def self.parse(coversheet_file)
  input = Smartdown::Parser::DirectoryInput.new(coversheet_file)
  Smartdown::Parser::FlowInterpreter.new(input).interpret
end