Skip to main content

Basic Syntax

ElementMarkdown SyntaxExample
Heading# H1
## H2
### H3

H1


H2


H3

Bold**bold text**this is bold text
Italic*italicized text*this is italicized text
Blockquote> blockquote
this is block and
this is inner block
Ordered List1. First item
2. Second item
3. Third item
1. First item
2. Second item
3. Third item
Unordered List- First item
- Second item
- Third item
- First item
- Second item
- Third item
Code `code` code
Horizontal Rule---this is

line
Link[title](https://www.example.com)Example
Image![alt text](img/docsVersionDropdown.png)Image