class Kramdown::Converter::Pdf
def render_padded_and_formatted_text(el, opts)
Render the children of the given element as formatted text and respect the top/bottom
def render_padded_and_formatted_text(el, opts) with_block_padding(el, opts) { @pdf.formatted_text(inner(el, opts), block_hash(opts)) } end