showdown/compressed/extensions/github.min.js
Estevão Soares dos Santos bd242722bb V 0.3.4 build
2015-01-06 16:07:11 +00:00

2 lines
320 B
JavaScript

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