class Kramdown::Converter::Latex

def convert_blank(_el, opts)

def convert_blank(_el, opts)
  opts[:result].match?(/\n\n\Z|\A\Z/) ? "" : "\n"
end