Skip to content

Replace gollum filter with native support

What does this MR do and why?

Enables wikilink parsing in the markdown parser, and creates a new WikiLinkGollumFilter that handles all links with the data-wikilink attribute added by the parser.

GollumTagFilter is now only used when processing asciidoc files (maintains current functionality - not all wikilink syntax is passed through the asciidoc parser unchanged), used for the older markdown parser. It now simply recognizes the syntax and builds a link with the data-wikilink attribute, letting WikiLinkGollumFilter do all the wiki-level processing.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Should be transparent, links to wiki pages and external resources should work as they do now.

Related to #461940 (closed)

Edited by Brett Walker

Merge request reports