class Kramdown::Converter::Pdf

def render_text(el, opts)

def render_text(el, opts)
  text_hash(el.value.to_s, opts)
end