Sha256: 65e9b027b7506715df4c818dd21acdd5a02e61106a5af51f1fb572cf8104385d

Contents?: true

Size: 302 Bytes

Versions: 3

Compression:

Stored size: 302 Bytes

Contents

# encoding: utf-8
# frozen_string_literal: true

require "brandish/markup/redcarpet/html"
require "brandish/markup/redcarpet/format"

module Brandish
  module Markup
    # The Redcarpet format.  This is used with the
    # {Processors::Common::Markup} processor.
    module Redcarpet
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
brandish-0.1.3 lib/brandish/markup/redcarpet.rb
brandish-0.1.2 lib/brandish/markup/redcarpet.rb
brandish-0.1.1 lib/brandish/markup/redcarpet.rb