Sha256: 5e8b4db49e53c3052b0bd7b5a01e92c94108d2658f17448c64c245e853261bcd
Contents?: true
Size: 455 Bytes
Versions: 13
Compression:
Stored size: 455 Bytes
Contents
require 'markdown_helper' template_file_path = 'template.md' markdown_file_path = 'markdown.md' markdown_helper = MarkdownHelper.new markdown_helper.resolve(template_file_path, markdown_file_path) # Pristine. markdown_helper.pristine = true markdown_helper.resolve(template_file_path, markdown_file_path) # Also pristine. markdown_helper = MarkdownHelper.new(:pristine => true) markdown_helper.resolve(template_file_path, markdown_file_path)
Version data entries
13 entries across 13 versions & 1 rubygems