Last modified: 2010-05-15 15:56:51 UTC
I use the <nowiki> tag in conjunction with <pre> and <code> to insert multi-line code snippets within an ordered list. After upgrading to 1.6.7, the new parsing of nowiki seems to not parse correctly. Example: # One <code><pre><nowiki> multi line code snippet </nowiki></pre></code> # Two Results in the following HTML output <ol><li> One <code><pre> </li></ol> <p>multi line code snippet </p> </pre></code> <ol><li> Two </li></ol> The <nowiki> tag appears to have had no effect (wiki still interpreted the CR as the need to close the <li>. Bug is also found at http://meta.wikimedia.org/wiki/Help:Editing#Just_show_what_I_typed in the 4th row, where the numbered list is supposed to continue, but doesn't.
*** This bug has been marked as a duplicate of 1581 ***
I agree, this seems to be a recurrence of that issue, but my point is that it resurface between 1.6.3 and 1.6.7...all those suggestions are dealing with the 1.5.x code.