class Kramdown::Converter::Kramdown

def convert_math(el, _opts)

def convert_math(el, _opts)
  "$$#{el.value}$$" + (el.options[:category] == :block ? "\n" : '')
end