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**
Links #
Hyperlink [Hyperlink](https://www.desmos.com/calculator)
Lists #
- This
- is
- an
- unordered
- list
- This
- is
- an
- unordered
- list
- This
- is
- an
- ordered
- 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:
big-desmos
- Make the desmos embed take up approximately the entire screen.small-narrow-desmos
- Make the desmos embed take up a smaller amount and only be 50% width. Good for pairing withfloat-right
float-right
- Allow the text to "flow" around the Desmos embed, appearing side-by-side with it.tiny-desmos
- 50% width and very small size.dont-invert-colors
- By default, Desmos graphs in this site will adjust their coloring to match dark theme. However, this change also messes with all the colors on the graphpaper, which can be bad for graphs which need specific color information. Use this class to preserve the colors of things being graphed, aside from the graphpaper.