Don't copy tooltip when copying GFM

This commit is contained in:
Douwe Maan 2017-02-27 14:55:39 -06:00
parent d844721c30
commit b31c64e755
2 changed files with 7 additions and 0 deletions

View File

@ -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;
},

View File

@ -0,0 +1,4 @@
---
title: Don't copy tooltip when copying GFM
merge_request:
author: