class Kramdown::Converter::Base

def apply_template_before?

Defaults to false.

Returns whether the template should be applied before the conversion of the tree.
def apply_template_before?
  false
end