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