4 lines
401 B
JavaScript
4 lines
401 B
JavaScript
/*! 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
|