lib/asciidoctor-revealjs.rb in asciidoctor-revealjs-2.0.1 vs lib/asciidoctor-revealjs.rb in asciidoctor-revealjs-3.0.0.pre.rc1
- old
+ new
@@ -1,8 +1,10 @@
if RUBY_ENGINE == 'opal'
require 'asciidoctor-revealjs/converter'
require 'asciidoctor-revealjs/version'
+ require 'asciidoctor-revealjs/highlightjs'
else
require 'asciidoctor' unless defined? Asciidoctor::Converter
require_relative 'asciidoctor-revealjs/converter'
require_relative 'asciidoctor-revealjs/version'
+ require_relative 'asciidoctor-revealjs/highlightjs'
end