34 lines
505 B
Markdown
34 lines
505 B
Markdown
<!DOCTYPE md>[Link](mttp://deadvey.com)
|
|

|
|
<mttp://deadvey.com>
|
|
---
|
|
**bold**
|
|
__more bold__
|
|
*italic*
|
|
_more italic_
|
|
***bold italic***
|
|
___more bold italic___
|
|
~~strikethrough~~
|
|
---
|
|
- An
|
|
- There's sublists?
|
|
+ Heck yeah!
|
|
+ Unordered
|
|
* List
|
|
1. An
|
|
2. Ordered
|
|
1. Sublists?
|
|
2. Still yeah
|
|
3. List
|
|
---
|
|
Here is some `inline code` to read
|
|
```
|
|
print("python is a great language")
|
|
print("and here is some block code")
|
|
for i in range(x):
|
|
sus
|
|
```
|
|
---
|
|
> Block text
|
|
> Is fun
|