module MarkdownToWord
Constants
- VERSION
Public Class Methods
convert(markdown)
click to toggle source
# File lib/markdown_to_word.rb, line 9 def self.convert(markdown) Document.new(markdown) end
default_templates_path()
click to toggle source
# File lib/markdown_to_word.rb, line 13 def self.default_templates_path File.expand_path "./markdown_to_word", File.dirname(__FILE__) end