showdown/compressed/extensions/prettify.min.js
Estevão Soares dos Santos a87754edfb V 0.3.3. build
2015-01-05 00:33:57 +00:00

2 lines
425 B
JavaScript

/*! showdown 05-01-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)}();