CiteProc::Ruby::Format
# File lib/citeproc/ruby/formats/default.rb, line 9 def finalize! super output.gsub!(/&(amp|lt|gt);/, { '&' => '&', '>' => '>', '<' => '<' }) end