David Friedland wrote:
Timwi wrote:
There is no other way I can imagine that people seriously prefer <math>x^2</math> over simple-and-quick [!x^2!] or [$x^2$] or whatever. Except for <rend type="math">, *all* proposed syntaxes are better than <math>.
The reason that non-savvy users might prefer <math>x^2</math> is that it requires understanding the concept of markup, a concept which most people learn in the context of HTML, and the very first thing you learn when you attempt to learn HTML is that things are enclosed in things that look like <something> </something>.
Which is also why we use <b>...</b> instead of ''', <a> instead of [[...]], <li> instead of *, etc.?
Timwi