Files
openproject/lib
Oliver Günther 4abbc75f22 Remove commonmarker GFM tagfilter extension
We already use our own extensive sanitization pipeline, and it turns out
tagfilter is extremely slow on large oneline input (such as big tables).

Rendering a large table inside a work package (2k rows, 20k cells) caused tagfilter to run for over 2 minutes.
Added a separate spec to test all tags the tagfilter filters for to avoid its runaway execution time.
2026-04-20 16:52:10 +02:00
..