How to use CodeColorer
Syntax
To insert code snippet into your post (or comment) you should use <code lang=”lang”>code</cc> syntax. Starting from version 0.6.0 you could specify additional CodeColorer options inside [cc] tag:
<cc lang="php" tab_size="2" lines="40" no_cc = 1> // some code here </cc>
Note: You should always use double quotes or single quotes around the parameter value. Boolean values could be passed using string true or false, number 1 or 0.
近期评论