From: Don S. <do...@se...> - 2003-01-16 15:45:15
|
Will [code]'ed text be displayed in a fixed-width font? Don. On Thu, 16 Jan 2003, Matthew McNaney wrote: > I have made some code changes to parseInput and parseOutput to try and > help in this regard. > > First, the person who is entering data needs to put [code][/code] around > their text. > > parseInput will then only strip tags from data OUTSIDE the 'code' bracket > tags. > > Next when parseOutput displays the text, all the tags within the code > bracket tags will display as is (ie <, &rt;). The ampersands will be > changed into & > > If the module developer uses both functions, it should allow for what you > require and let people post code examples. > > > Matt > |