showdown/compressed/extensions/prettify.min.js
Estevão Soares dos Santos 0e7e1e7dcb fix(): should fix issue #133
2015-04-22 15:28:45 +01:00

2 lines
425 B
JavaScript

/*! showdown 22-04-2015 */
!function(){var a=function(){return[{type:"output",filter:function(a){return a.replace(/(<pre>)?<code>/gi,function(a,b){return b?'<pre class="prettyprint linenums" tabIndex="0"><code data-inner="1">':'<code class="prettyprint">'})}}]};"undefined"!=typeof window&&window.Showdown&&window.Showdown.extensions&&(window.Showdown.extensions.prettify=a),"undefined"!=typeof module&&(module.exports=a)}();