Hi All, What's the correct way to comment in the wiki docs to avoid all processing? I couldnt see it in the Wiki syntax. Both of these dont seem to work correctly <!-- -->, /* */ ? Thanks. Duke
Hi Duke, It depends if you don't want it at all, don't want that it is shown but still in the HTML. There are also some special cases if you comment contains Velocity or Groovy syntax.. I don't think there is or that I've put wiki syntax comments from the radeox engine. This will work {pre} <!-- blabla --> {/pre} This will also work #if(0==1) bla bla #end We need to review commenting and bypassing syntax treatment so that it is globally coherent.. Ludovic Duke Tantiprasut a écrit :
Hi All,
What's the correct way to comment in the wiki docs to avoid all processing? I couldnt see it in the Wiki syntax.
Both of these dont seem to work correctly <!-- -->, /* */ ?
Thanks.
Duke
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
I think i ended up using the Velocity commeting (i.e. ##).
-----Original Message----- From: Ludovic Dubost [mailto:[email protected]] Sent: Monday, July 04, 2005 5:40 AM To: [email protected] Subject: Re: [xwiki-users] comments in wiki docs
Hi Duke,
It depends if you don't want it at all, don't want that it is shown but still in the HTML. There are also some special cases if you comment contains Velocity or Groovy syntax..
I don't think there is or that I've put wiki syntax comments from the radeox engine.
This will work
{pre} <!--
blabla
--> {/pre}
This will also work
#if(0==1) bla bla #end
We need to review commenting and bypassing syntax treatment so that it is globally coherent..
Ludovic
Duke Tantiprasut a écrit :
Hi All,
What's the correct way to comment in the wiki docs to avoid all processing? I couldnt see it in the Wiki syntax.
Both of these dont seem to work correctly <!-- -->, /* */ ?
Thanks.
Duke
-------------------------------------------------------------
-
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
participants (2)
-
Duke Tantiprasut -
Ludovic Dubost