---Devon McCormick wrote:
> I noticed that a story on the J wiki (by Richard Brown) was displaying
> oddly.  The problem is where there was in-lined code using the triple
> curly
> braces in the following format:
> {{{  'Some code goes here,'
>    NB. but gets messed up because it starts on the same line
>    NB. as the initial curlies but does not also end on that line.
> }}}
>
> Didn't this used to behave differently?

Yes it has changed see the section "Code Blocks" on
http://www.jsoftware.com/jwiki/System/MoinMoin18

The reason that the above no longer works is that the following is now 
supported:

{{{mygoodcode
  NB. Code goes here
  NB. More
  NB. And more
mygoodcode}}}



----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to