class Kramdown::Converter::Pdf

def apply_template_before?

converter object (i.e. to override the methods).
PDF templates are applied before conversion. They should contain code to augment the
def apply_template_before?
  true
end