lib/asciidoctor-bibliography/options.rb in asciidoctor-bibliography-0.9.0 vs lib/asciidoctor-bibliography/options.rb in asciidoctor-bibliography-0.9.1
- old
+ new
@@ -13,10 +13,10 @@
"bibliography-hyperlinks" => "true",
"bibliography-order" => "alphabetical", # TODO: deprecate
"bibliography-tex-style" => "authoryear",
"bibliography-sort" => nil,
"bibliography-prepend-empty" => "true",
- "bibliography-passthrough" => "false",
+ "bibliography-passthrough" => "false"
}.freeze
def initialize
merge DEFAULTS
end