Syntax Highlighter Shortcode For Blogger

[code hl="1, 4, 7"] <div id="syntax"></div> <script type='text/javascript'></script> .post-body img { box-shadow: 0 0 10px #EEE; height: auto; Color:#0080ff; Font:12px bold italic; border-top:1px solid #333; border-bottom:1px solid #666; } [/code]

3 comments:

  1. Add almost any script inside it but first encode it using MBT HTML encoder

    [code]

    <?php
    for undefined$i=1; $i<=5; $i++)
    {
    echo "The number is " . $i . "
    ";
    }
    ?>[/code]

    ReplyDelete
  2. Adding codes inside comments using syntax highlighter was an impossible dream just a month ago but now thanks to Blogger Shortcode Plugin sky is the limit!

    ReplyDelete
  3. if i use this syntax highlighter, will my blog become slower ??

    ReplyDelete