Last modified: 2010-05-15 15:37:20 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 T7305, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 5305 - <math> tags inside <pre> tags should be rendered without parsing
<math> tags inside <pre> tags should be rendered without parsing
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.5.x
All Linux
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-03-21 11:37 UTC by Maoz Ovadia
Modified: 2010-05-15 15:37 UTC (History)
3 users (show)

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


Attachments

Description Maoz Ovadia 2006-03-21 11:37:21 UTC
The code
<pre>
text
<tag></tag>
<table></table>
<math></math>
</pre>

 should output the text

text
<tag></tag>
<table></table>
<math></math>

Instead, it outputs

text
<tag></tag>
<table></table>
Failed to parse (PNG conversion failed; check for correct installation of latex,
dvips, gs, and convert):
Comment 1 Gabriel Wicke 2006-03-21 17:18:14 UTC
Pre is not meant to do the same as <nowiki>- if you wrap your pre in a nowiki
tag you get the result above.
Comment 2 Brion Vibber 2006-03-21 23:33:13 UTC
<pre> does work as <nowiki> insofar as not parsing other markup inside, at least 
supposedly.
Comment 3 Alex Z. 2009-07-21 04:29:37 UTC
Can't reproduce, likely fixed in the years since this bug was filed.

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


Navigation
Links