Sha256: 02fb940267f5e4c50bf8c612882d69a7edca42b0cd9d64d4990b3d7d1e8888db

Contents?: true

Size: 465 Bytes

Versions: 4

Compression:

Stored size: 465 Bytes

Contents

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

if defined? Asciidoctor::SyntaxHighlighter
  require 'asciidoctor/html5s/html_pipeline_highlighter'
end

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
asciidoctor-html5s-0.5.1 lib/asciidoctor/html5s.rb
asciidoctor-html5s-0.5.0 lib/asciidoctor/html5s.rb
asciidoctor-html5s-0.4.1 lib/asciidoctor/html5s.rb
asciidoctor-html5s-0.4.0 lib/asciidoctor/html5s.rb