Sha256: 2d746c8c026ba13bdbf0c090956b338c255524b2c74fa9e9b4904c1c827ffd1a
Contents?: true
Size: 284 Bytes
Versions: 3
Compression:
Stored size: 284 Bytes
Contents
# encoding: utf-8 # frozen_string_literal: true module Brandish # Markup modules for use with the {Processors::Common::Markup} processor. # This is only to provide certain integrations with Brandish. module Markup autoload :Redcarpet, "brandish/markup/redcarpet" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
brandish-0.1.3 | lib/brandish/markup.rb |
brandish-0.1.2 | lib/brandish/markup.rb |
brandish-0.1.1 | lib/brandish/markup.rb |