UNPKG

showdown-target-blank

Version:
4 lines (3 loc) 401 B
/*! showdown-target-blank 02-11-2015 */ !function(){"use strict";var a=function(){return[{type:"output",regex:"<a(.*?)>",replace:function(a,b){return'<a target="_blank"'+b+">"}}]};"undefined"!=typeof window&&window.showdown&&window.showdown.extensions&&window.showdown.extension("targetblank",a),"undefined"!=typeof module&&(module.exports=a)}(); //# sourceMappingURL=showdown-target-blank.min.js.map