Are the following paragraphs from the new Mapleprimes Style Guide supposed to contain marked up 2DMath or interpreted Maple result, because right now they don't.
See http://www.mapleprimes.com/help/styleguide
"For example, if you enter <maple>x^2/y^2</maple> you will get this image: x^2/y^2
Any Maple syntax will appear, so you can get complicated and enter this: <maple>sum(cos(x^2)/sin(exp(y)),x=1..infinity)</maple>
which then appears as this image: sum...