Last modified: 2010-05-15 15:28:56 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T2641, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 641 - Code block new lines
Code block new lines
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.3.x
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
http://meta.wikimedia.org/wiki/Sandbo...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-10-04 19:40 UTC by Jamie Bliss
Modified: 2010-05-15 15:28 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Jamie Bliss 2004-10-04 19:40:26 UTC
I know that double newlines in code blocks are know included in the code, but double new 
lines at the end of the code are included.

example:

* blah, blah. some code:
 do_something_here();

* the above line is included in the code.

As indicated, line 3 is included in the code block.
Comment 1 Brion Vibber 2005-01-29 07:21:35 UTC
Assuming I understand the description of the problem, I can't reproduce it at
http://meta.wikimedia.org/wiki/Sandbox/641

Produced HTML is:
<ul>
<li>blah, blah. some code:</li>
</ul>
<pre>
do_something_here();
</pre>
<ul>
<li>the above line is included in the code.</li>
</ul>

which appears correct to me. Resolving as WORKSFORME.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links