Sha256: 483534a094518912ed815db3be9363e2f7839250c9f60966c386fcc446d24f89

Contents?: true

Size: 318 Bytes

Versions: 3

Compression:

Stored size: 318 Bytes

Contents

require 'asciidoctor/html5s/version'
require 'asciidoctor/html5s/converter'
require 'asciidoctor/html5s/attached_colist_treeprocessor'

unless RUBY_PLATFORM == 'opal'
  require 'asciidoctor/extensions'

  Asciidoctor::Extensions.register do
    treeprocessor Asciidoctor::Html5s::AttachedColistTreeprocessor
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
asciidoctor-html5s-0.1.0.beta.9 lib/asciidoctor/html5s.rb
asciidoctor-html5s-0.1.0.beta.8 lib/asciidoctor/html5s.rb
asciidoctor-html5s-0.1.0.beta.7 lib/asciidoctor/html5s.rb