Desmos Wiki (Unofficial)

Example Page

Markdown Basics #

Look here for a more complete guide to Markdown.

Text #

When you type text in Markdown, it's rendered as-is.

Italics & Bold #

Italics *Italics*

Bold **Bold**

Hyperlink [Hyperlink](https://www.desmos.com/calculator)

Lists #

- This
- is
- an
- unordered
- list
  1. This
  2. is
  3. an
  4. ordered
  5. list
1. This
2. is
3. an
4. ordered
5. list

Header 3 #

Header 4 #

Header 5 #
Header 6 #

Desmos Embeds and Equations #

Equations #

Generate the equation with the code {% mq 'y=x^2 + 1 + sin(x)/2' %}. Learn more about the equation syntax (called "Text Mode") here..

LaTeX Equations #

Text Mode may not be sufficient if you're trying to render incomplete equations. Fortunately, there is a latex shortcode that does just that:

is {% latex 'f\\left(x\\right)=' %}

Desmos Graphs #

Use the desmos shortcode to render an entire Desmos graph. You can optionally surround the graph in a <div></div> element with some special CSS classes to control its size and coloring. These classes are: