written by Jian Huang, 8. December 2011
Just want to share the RedDot syntax for SyntaxHighlighter. Please no hotlinking. I only have limited bandwidth per month. Download ZIP-Package
Files to include on HTML page:
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js' type='text/javascript'></script> <script src='https://sites.google.com/site/simplyreddot/shBrushRedDot.js' type='text/javascript'></script> <link href='http://alexgorbatchev.com/pub/sh/current/styles/shCore.css' rel='stylesheet' type='text/css'/> <link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css' rel='stylesheet' type='text/css'/> <link href='https://sites.google.com/site/simplyreddot/shCoreRedDot.css' rel='stylesheet' type='text/css'/> <script type='text/javascript'> SyntaxHighlighter.all(); </script>
Case escape HTML code in:
<pre class="brush: RedDot"> ... </pre>
Download from SolutionExchange GitHub: SyntaxHighlighterForRedDot
Source: SyntaxHighlighter for RedDot
© copyright 2011 by Jian Huang