Sha256: 01cc6b7f36568860dbc45697f18898ae73423ff8238fd0b60ab37a6c60f07986
Contents?: true
Size: 478 Bytes
Versions: 13
Compression:
Stored size: 478 Bytes
Contents
require 'markdown_helper' template_file_path = 'highlight_ruby_template.md' markdown_file_path = 'highlighted_ruby.md' markdown_helper = MarkdownHelper.new markdown_helper.include(template_file_path, markdown_file_path) # Pristine. markdown_helper.pristine = true markdown_helper.include(template_file_path, markdown_file_path) # Also pristine. markdown_helper = MarkdownHelper.new(:pristine => true) markdown_helper.include(template_file_path, markdown_file_path)
Version data entries
13 entries across 13 versions & 1 rubygems