class Kramdown::Converter::Latex

def convert_blockquote(el, opts)

def convert_blockquote(el, opts)
  latex_environment('quote', inner(el, opts))
end