Commit af064cde authored by Jacob Schatz's avatar Jacob Schatz Committed by Felipe Artur

Merge branch 'dm-dont-copy-toolip' into 'master'

Don't copy tooltip when copying GFM

Closes #28802

See merge request !9563
parent 3412fa8a
......@@ -25,6 +25,9 @@ require('./lib/utils/common_utils');
},
},
ReferenceFilter: {
'.tooltip'(el, text) {
return '';
},
'a.gfm:not([data-link=true])'(el, text) {
return el.dataset.original || text;
},
......
---
title: Don't copy tooltip when copying GFM
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment