Text Formatting


Heading# H1
## H2
### H3
Bold**bold text**
Italic*italicized text*
Blockquote> blockquote
Ordered List1. First item
2. Second item
3. Third item
Unordered List- First item
- Second item
- Third item


Colors

<accent 1>text</accent> (or just <accent>text</accent>) will give you text in the primary accent color (the color chosen in site settings)


<accent 2>text</accent> will give you text in the secondary accent color (which is derived from the primary accent color)

<accent 3>text</accent> will give you text in the tertiary accent color (also derived from the primary accent color)

<accent c>text</accent> will give you text in the color that is complementary to the primary accent color

<accent red>text</accent> will give you text in RED.


Videos


<player url=“insert video url here”>.No </player>. 


Images

Left Justified


![alt text](https://realserv.s3.amazonaws.com/Files/Knack%20and%20Associates%20Logo1%20small.png "Logo Title Text 1")


Centered

<center>![alt text](https://realserv.s3.amazonaws.com/Files/Knack%20and%20Associates%20Logo1%20small.png "Logo Title Text 1")</center>