summaryrefslogtreecommitdiff
path: root/lib/asciidoctor-epub3.rb
blob: 1ff6859eb9d2461eae187bb262ed30604bb4de4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require 'asciidoctor'
require 'asciidoctor/extensions'
require 'gepub'
require_relative 'asciidoctor-epub3/ext'
require_relative 'asciidoctor-epub3/converter'

# We need to be able to write files with unicode names. See https://github.com/asciidoctor/asciidoctor-epub3/issues/217
::Zip.unicode_names = true