Formatting
Basic syntax
Element | Markdown syntax |
---|---|
Bold | **Bold** |
Italic | _Italic_ |
~~Strikethrough~~ |
|
inline code |
`inline code` |
Link | [Link](https://google.com/) , [Link](/site/url) |
![]() |
 ,  |
Ordered Lists
- First item
- Second item
- First Sub-item
- Second Sub-item
- Third item
1. First item
1. Second item
1. First Sub-item
1. Second Sub-item
1. Third item
Unordered Lists
- First item
- Second item
- First Sub-item
- Second Sub-item
- Third item
* First item
* Second item
* First Sub-item
* Second Sub-item
* Third item
Blockquote
Blockquote
with multiple lines
> blockquote
>
> with multiple lines
Horizontal Line
Example:
---