Sha256: 0c4e7123563c1dbdd4c36b27d804a903eebb798de013891357a534d7353798d5
Contents?: true
Size: 413 Bytes
Versions: 9
Compression:
Stored size: 413 Bytes
Contents
require 'markdown_helper' template_file_path = 'highlight_ruby_template.md' markdown_file_path = 'highlighted_ruby.md' # Pristine. markdown_helper = MarkdownHelper.new 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
9 entries across 9 versions & 1 rubygems