update output files
This commit is contained in:
parent
6b21d1497d
commit
2e102c72b2
3 changed files with 15 additions and 2 deletions
6
compressed/extensions/prettify.js
Normal file
6
compressed/extensions/prettify.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
//
|
||||
// Google Prettify
|
||||
// A showdown extension to add Google Prettify (http://code.google.com/p/google-code-prettify/)
|
||||
// hints to showdown's HTML output.
|
||||
//
|
||||
(function(){var a=function(a){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">'})}}]};typeof window!="undefined"&&window.Showdown&&window.Showdown.extensions&&(window.Showdown.extensions.prettify=a),typeof module!="undefined"&&(module.exports=a)})();
|
Loading…
Add table
Add a link
Reference in a new issue