9 10 11
# File 'lib/markdown_to_word.rb', line 9 def self.convert(markdown) Document.new(markdown) end