class Kramdown::Converter::Kramdown

def convert_comment(el, _opts)

def convert_comment(el, _opts)
  if el.options[:category] == :block
    "{::comment}\n#{el.value}\n{:/}\n"
  else
    "{::comment}#{el.value}{:/}"
  end
end