CMS Help

CMS Help

The following sections will provide help on how to edit information within our guidelines page. It will also provide tips and a cheatsheet for editing and creating common items within markdown.

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6

Markdown Cheatsheet


HMTL

To enter HTML, type it as you would inside the markdown tab inside the CMS.

Ordered and Unordered Lists

To create ordered (numbered) and unordered (bulleted) lists, use the following syntax:


Ordered Lists

1. Item 1

2. Item 2

3. Item 3

4. Item 4

Unordered Lists

- Item 1

- Item 2

- Item 3

- Item 4


Code

To create code in the markdown editor, use the following syntax:

```
Enter your code here
```


Links

To create a link in the markdown editor, use the following syntax:

[I'm an inline-style link](https://www.google.com)

[I'm an inline-style link with title](https://www.google.com "Google's Homepage")



Horizontal Divider

To create a horizontal in the markdown editor, use the following syntax:

---
or
***
or
___