From: Jeff D. <da...@da...> - 2002-02-21 00:12:56
|
Adam Shand said: > did we ever decide on a syntax for putting inline comments in the wiki > text? No. > i believe that the two most obvious options "^#" and "^;" have been > rejected due to collisions with other markup. # clearly conflicts with lists... The leading semi-colon could co-exist with the new markup syntax if/when we switch completely to that. > what about allowing html style comments? <!-- stuff --> or is that a > security risk? I can't see how it could be a security risk. OTOH, both new and old parsers at this point are fairly line oriented as would have trouble dealing with things like <!-- inline comments -->, etc... So it's probably better to adopt a comment syntax which is inherently line oriented. Maybe the C++/PHP style: // Here's a comment? > adam. > > > > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |