Great tool that SyntaxHighlighter. Followed this post and got exactly what's written on the tin.
Now, since I'm of a forgetful nature, the syntax for the <pre> modifier is <pre class="brush: <brushname>"> where <brushname> is one of text, bash, xml, cpp or any of the keywords highlighted here.
Showing posts with label blogger. Show all posts
Showing posts with label blogger. Show all posts
2009-09-17
...and the UltraEdit Macro script to convert code for blogger publishing
Courtesy of Rob, to which I added the & -> & conversion:
InsertMode
ColumnModeOff
HexOff
UnixReOff
IfSel
Find SelectText "&"
Replace All "&"
Find SelectText "<"
Replace All "<"
Find SelectText ">"
Replace All ">"
Find SelectText """
Replace All """
Find SelectText "^t"
Replace All " "
Else
GotoLine 1 1
Find "&"
Replace All "&"
Find "<"
Replace All "<"
Find ">"
Replace All ">"
Find """
Replace All """
Find "^t"
Replace All " "
EndIf
Subscribe to:
Posts (Atom)