showdown/compressed/extensions/prettify.min.js

2 lines
425 B
JavaScript
Raw Normal View History

2015-01-07 00:07:11 +08:00
/*! showdown 06-01-2015 */
2015-01-05 05:27:45 +08:00
!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)}();