class Kramdown::Converter::Latex

def latex_environment(type, el, text)

def latex_environment(type, el, text)
  attrs = attribute_list(el)
  "\\begin{#{type}}#{attrs}\n#{text.rstrip}\n\\end{#{type}}#{attrs}\n"
end