class Kramdown::Converter::Pdf

def strong_options(el, opts)

def strong_options(el, opts)
  {:styles => (opts[:styles] || []) + [:bold]}
end