On Oct 1, 6:48 am, fasked <[email protected]> wrote:
> Hi everybody!
>
> For more control over highlighting I want to use <code> tag.
> But If I use C-style comments, e.g.:
> <code language="c">
> /* comment */
> </code>
>
> I see:
> / comment /
>
> where `comment' is bold. If I use:
> <code language="C">
> /`*` comment `*`/
> </code>
>
> that's OK.
>
> Is it normally? How I can use normal comments on my wiki pages?

Delimit your code in {{{ }}}, which will handle C-style comments
correctly. The <code> tag doesn't turn off interpretation of the rest
of the wiki markup syntax (which is quite possibly a bug).

-- 
You received this message because you are subscribed to the Google Groups 
"Project Hosting on Google Code" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.

Reply via email to