showdown/compressed/extensions/github.min.js
2015-05-27 02:27:05 +01:00

2 lines
323 B
JavaScript

/*! showdown 27-05-2015 */
!function(){var a=function(a){return[{type:"lang",regex:"(~T){2}([^~]+)(~T){2}",replace:function(a,b,c,d){return"<del>"+c+"</del>"}}]};"undefined"!=typeof window&&window.Showdown&&window.Showdown.extensions&&(window.Showdown.extensions.github=a),"undefined"!=typeof module&&(module.exports=a)}();