Text Formatting
Heading | # H1 |
Bold | **bold text** |
Italic | *italicized text* |
Blockquote | > blockquote |
Ordered List | 1. First item |
Unordered List | - First 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”>
Images
Left Justified
![alt text](Image https://amazon.com/Files/Knack%20and%20Associates%20Logo1%20small.png "Logo Title Text 1")
Centered
<center>![alt text](https://amazon.com/Files/Knack%20and%20Associates%20Logo1%20small.png "Logo Title Text 1")</center>