From: Carsten K. <car...@ma...> - 2001-12-07 00:06:58
|
I noticed Meatball Wiki uses <nowiki></nowiki>. <code> and <pre> are fine by me too. Any thoughts on adding support for all three synonyms? It might be useful to be compatible with other Wikis, and <pre> might be useful for transferring existing html into a Wiki. Carsten On Thursday, December 6, 2001, at 09:42 am, Lawrence Akka wrote: > I have patched lib/transform.php (cvs as of today) to enable a new > formatting rule. > > A line beginning <code> will switch wiki formatting off, until a line > beginning </code> > > It is now easier to cut and paste large chunks of code into a wiki, > without all the ['s creating automatic links. > > In other words: > > test > <code> > This is a __wiki test__. $array['index'] > </code> > test > > will display as > > test > > This is a __wiki test__. $array['index'] > > test |