class Kramdown::Converter::Kramdown

def convert_strong(el, opts)

def convert_strong(el, opts)
  "**#{inner(el, opts)}**" +
    (opts[:next] && [:em, :strong].include?(opts[:next].type) && !ial_for_element(el) ? '{::}' : '')
end