Syntax Help

ASCII to MathML Syntax

The MathML converter requires that any math expressions be typed in backquotes like this: `x^3`. For basic expressions, just type the expression like you would in your calculator. For more advanced expressions, check out this demo page. Or, try cutting and pasting this text into the converter to see what happens: `int_3^5 x^2 dx` `lim_(x->3) (x+2)/x = 1` `sum_(n=0)^oo (1/2)^n` `f(x) = { (x^2, if x lt -1),(5-x, if x > -1) :}`

Text to HTML Syntax

A First Level Header
====================

A Second Level Header
---------------------

### Header 3

You can create *italics* or **bold** this way, or _italics_ and __bold__ this way.

To create lists:

* item 1
* item 2
* item 3

or

- item 1
- item 2
- item 3

Numbered list:

1. item 1
2. item 2
3. item 3

You can create links like this: [Yahoo][http://www.yahoo.com]
The above text formatted by Markdown looks like:

A First Level Header

A Second Level Header

Header 3

You can create italics or bold this way, or italics and bold this way.

To create lists:

or

Numbered list:

  1. item 1
  2. item 2
  3. item 3

You can create links like this: Yahoo

ASCII to MathML Syntax

Some examples

Technical Syntax and Symbol Reference