class Kramdown::Converter::Base

def apply_template_after?

Defaults to true.

Returns whether the template should be applied after the conversion of the tree.
def apply_template_after?
  true
end