markdown-site/markdowntest.md
2025-01-09 00:47:44 +00:00

32 lines
514 B
Markdown

[Link](mttp://deadvey.com)
![Image alt text](mttp://deadvey.com/image.png)
<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("and here is some block code")
print("I use %%% at the moment as I can't get my parser to read ``` properly...")
%%%
---
> Block text
> Is fun