Sha256: cccab2136394708ccee6f70e0b8c3388acb740fc1f454c346b13f0d1ddfad0aa
Contents?: true
Size: 425 Bytes
Versions: 8
Compression:
Stored size: 425 Bytes
Contents
# frozen_string_literal: true require_relative 'template' require 'wikicloth' warn 'tilt/wikicloth is deprecated, as wikicloth requires modifying string literals', uplevel: 1 # WikiCloth implementation. See: https://github.com/nricciar/wikicloth Tilt::WikiClothTemplate = Tilt::StaticTemplate.subclass do parser = @options.delete(:parser) || WikiCloth::Parser @options[:data] = @data parser.new(@options).to_html end
Version data entries
8 entries across 7 versions & 4 rubygems