**bold**
*italics*
~~strikethrough~~
# Big header
## Medium header
### Small header
#### Tiny header
* Generic list item
* Generic list item
* Generic list item
Or
- Generic list item
- Generic list item
- Generic list item
1. Numbered list item
2. Numbered list item
3. Numbered list item
[Text to display](http://www.example.com)
> This is a quote.
> It can span multiple lines!
![alt value](http://www.example.com/image.jpg)
| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
| John | Doe | Male |
| Mary | Smith | Female |
Or align the columns
| Column 1 | Column 2 | Column 3 |
| :--------: | :--------: | :--------: |
| John | Doe | Male |
| Mary | Smith | Female |
`var example = "hello!";`
viencoding.com版权所有,允许转载,但转载请注明出处和原文链接: https://viencoding.com/article/111