Markdown Basic Formatting

We support basic markdown, like headings, bullets, etc…

# Primary Heading
## Secondary heading

A paragraph is one or more lines of text followed by at least one blank line.

*Single asterisks represent italics*, _as do underlines_; 
**Text in double asterisks is rendered in bold**

> Lines beginning with 'greater than' are shown as blockquotes. 

* bullet
* list

~~text inside double tildes is crossed through~~

Links

You can create an inline link by wrapping the link display text in brackets [ ], followed by the linked URL in parentheses ( ) with no space in between.

[text](link.com)

Images

You can add images to your documentation by referencing image links. These work the same as links, plus an ! at the front.

![alt text](image-url.com/image-path.png)

If you need to set specific sizes, you can use an HTML tag and take advantage of the width and height attributes as in the following example:

<img src="image-url.com/image-path.png" width="300" height="200" alt="alt text" />

Uploading images is not supported.

<aside> <img src="/icons/info-alternate_blue.svg" alt="/icons/info-alternate_blue.svg" width="40px" />

Tip: Are your images not rendering? Try using the direct image URL, which you can get by doing "Open image in a new tab” and copying the resulting URL.

</aside>

Math Expressions

LaTeX math expressions can be specified in one of two ways:

using $ to delimit the expression: