Skip to content

Commit 82cdca1

Browse files
committed
Update markdown-editpreview-ng.js
1 parent 05e26be commit 82cdca1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/codemwnci/markdown-editpreview-ng.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,7 @@
4747
restrict: 'A',
4848
replace: false,
4949
link: function(scope, element, attrs) {
50-
<<<<<<< HEAD
5150
element.markdown({hiddenButtons: 'cmdPreview'});
52-
=======
53-
attrs.$set('data-provide', 'markdown');
54-
attrs.$set('data-hiddenButtons', 'cmdPreview');
55-
>>>>>>> FETCH_HEAD
5651
},
5752
};
5853
}])

0 commit comments

Comments
 (0)