Sha256: f6c1f302533c09b0c2676786ad15be3668993c1492d579b1dd0f825201bc279f

Contents?: true

Size: 235 Bytes

Versions: 4

Compression:

Stored size: 235 Bytes

Contents

# frozen_string_literal: true

require 'asciidoctor'
require_relative 'reducer/extensions'

Asciidoctor::Extensions.register do
  preprocessor Asciidoctor::Reducer::Preprocessor
  tree_processor Asciidoctor::Reducer::TreeProcessor
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
asciidoctor-reducer-1.0.0.alpha.4 lib/asciidoctor/reducer.rb
asciidoctor-reducer-1.0.0.alpha.3 lib/asciidoctor/reducer.rb
asciidoctor-reducer-1.0.0.alpha.2 lib/asciidoctor/reducer.rb
asciidoctor-reducer-1.0.0.alpha.1 lib/asciidoctor/reducer.rb