logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Wiki::Toolkit::Formatter::WikiLinkFormatterParent - The parent of Wiki::Toolkit formatters that work with

Author

       Kake Pugh (kake@earth.li).

Description

       A provider of common formatter methods for Wiki::Toolkit formatters that deal with Wiki Links.

Methods

"rename_links"
         $formatter->rename_links( $from, $to, $content );

       Renames all the links to a certain page in the supplied content.  (Obviously this is dependent on object
       properties such as "extended_links" and "implicit_links".)

   "find_internal_links"
         my @links_to = $formatter->find_internal_links( $content );

       Returns a list of all nodes that the supplied content links to.  (Obviously this is dependent on object
       properties such as "extended_links" and "implict_links".)

Name

       Wiki::Toolkit::Formatter::WikiLinkFormatterParent - The parent of Wiki::Toolkit formatters that work with
       Wiki Links.

See Also

       Wiki::Toolkit::Formatter::Default

See Also