# File lib/kramdown/converter/latex.rb, line 75 def convert_blank(el, opts) opts[:result] =~ /\n\n\Z|\A\Z/ ? "" : "\n" end