Commit b31c64e7 authored by Douwe Maan's avatar Douwe Maan

Don't copy tooltip when copying GFM

parent d844721c
......@@ -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