Markdown is an easy way to add structure and style to your text with simple symbols. You can easily add headings, make text bold or italic, create lists, highlight text, and more. Markdown is widely in various online platforms and text editors, making it a useful skill to develop. Let's get started!
Headings
Use hash symbols (#
) to create headings and subheadings to indicate the level of the header. For example:
# This is a main heading
|
|
This is a main heading
|
## This is a subheading
|
|
This is a subheading
|
### This is a sub-subheading
|
|
This is a sub-subheading
|
Note: There are a total of six levels of headings available to be used.
Emphasis
Markdown
|
|
Output
|
*Bold text*
|
|
Bold text |
/Italic text/
|
|
Italic text |
_Underlined text_
|
|
Underlined text |
~Strikethrough text~
|
|
Strikethrough text |
=Highlighted text=
|
|
Highlighted text |
`code`
|
|
code |
Lists, blocks, lines
Bulleted list
Ordered list
1. First item 2. Second item 3. Third item
|
|
- Item 1
- Item 2
- Item 3
|
Blockquote
> This is a block quote.
|
|
This is a block quote.
|
Code block
```
multi-line code block
```
|
|
multi-line code block
|
Horizontal line
Related Help Articles
Do you have specific questions?
If you have specific questions, please send us a message or reach out to us at +1 (250) 419 7669.