lib/reverse_asciidoctor/config.rb in reverse_adoc-0.2.7 vs lib/reverse_asciidoctor/config.rb in reverse_adoc-0.2.8

- old
+ new

@@ -1,13 +1,14 @@ require 'tmpdir' module ReverseAsciidoctor class Config attr_accessor :unknown_tags, :tag_border, :mathml2asciimath, :external_images, - :destination, :sourcedir, :image_counter, :image_counter_pattern + :destination, :sourcedir, :image_counter, :image_counter_pattern, :input_format def initialize @unknown_tags = :pass_through + @input_format = :html @mathml2asciimath = false @external_images = false # Destination to save file and images @destination = nil