Jump to content

User:Simetrical/texhtml bug

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Simetrical (talk | contribs) at 21:24, 14 August 2007 (Created page with 'Each of the following list items has <math> wrapped around its contents. * <math>x</math> * <math>xy</math> * <math>x y</math> * <math>x - y</math> * <math>x / ...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Each of the following list items has <math> wrapped around its contents.

Expected result: All are italicized and in a serif font, due to wrapping in <span class="texhtml">.

Actual result: Any one that uses no LaTeX commands and only uses ASCII characters is outputted with whitespace stripped but otherwise as-is, not wrapped in any HTML tag.