= Postprocessor Extension Example :navtitle: Postprocessor Purpose:: Insert copyright text in the footer. == CopyrightFooterPostprocessor [,ruby] ---- class CopyrightFooterPostprocessor < Asciidoctor::Extensions::Postprocessor def process document, output content = (document.attr 'copyright') || 'Copyright Acme, Inc.' if document.basebackend? 'html' replacement = %(
) output = output.sub(/