class Kramdown::Converter::Latex

def convert_hr(el, opts)

def convert_hr(el, opts)
  "\\begin{center}\\rule{3in}{0.4pt}\\end{center}\n"
end