Sha256: f586b89b71fdedfc9f645274121517a113dd59931eaf2971dee91632418c29ee

Contents?: true

Size: 366 Bytes

Versions: 19

Compression:

Stored size: 366 Bytes

Contents

require 'asciidoctor-templates-compiler'

module Asciidoctor::TemplatesCompiler
  class RevealjsSlim < Asciidoctor::TemplatesCompiler::Slim
    def engine_options
      ::Asciidoctor::Converter::TemplateConverter::DEFAULT_ENGINE_OPTIONS[:slim].merge(
        generator: Temple::Generators::ArrayBuffer.new(capture_generator: 'ArrayBuffer')
      )
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
asciidoctor-revealjs-5.2.0 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-5.1.0 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-5.0.1 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-5.0.0.rc1 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-4.1.0 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-4.1.0.rc5 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-4.1.0.rc4 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-4.1.0.rc3 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-4.1.0.rc2 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-4.0.1 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-4.0.0 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-3.1.0 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-3.0.0 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-3.0.0.pre.rc1 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-2.0.1 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-2.0.0 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-1.1.3 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-1.1.1 lib/asciidoctor-templates-compiler.rb
asciidoctor-revealjs-1.1.0 lib/asciidoctor-templates-compiler.rb