Arya's Test Community :)
-
Testing Markdown
Let's make use of this test community and try some cross-platform Markdown!
Based on this post on Lemmy, the same viewed in Kbin, and the Markdown-It demo Let's see if this Markdown looks the same in Lemmy, Kbin, Vger, Mastodon, and wherever else it can be viewed.
Community/magazine link:
[email protected]
→ !aryatest URL link:[Hitstun-AI](https://beta.character.ai/chat?char=EySD54y9zqJJP30Hb0ZMGnsnpKPdxmtnQYNQTbFUXzE)
→ Hitstun-AI Image link:![](https://static.wikia.nocookie.net/megaman/images/f/ff/MML3DataKobiKobiDance.gif)
→ https://static.wikia.nocookie.net/megaman/images/f/ff/MML3DataKobiKobiDance.gif Bold and italics:**bold**, __bold__, *italics*, _italics_
→ bold, bold, italics, italics Inline code:\*I point at you and laugh!\*
→*I point at you and laugh!*
Blockquote:
``` > This is a blockquote! > > And inside it is: > >> Another blockquote! > > Sorcery!
```
↓
> > > This is a blockquote! > > > > And inside it is: > > > > > > > > Another blockquote! > > > > > > > > Sorcery! > >
Unordered Lists:
```
- Unordered list style
- Using asterisks
- Can use dashes too
```
↓
- Unordered list style
- Using asterisks
- Can use dashes too
Ordered Lists:
```
- Collect underpants
- ?
- Profit
```
↓
- Collect underpants
- ?
- Profit
Headers:
# h1 Heading 8-)
↓h1 Heading 8-) ==========
## h2 Heading
↓h2 Heading ----------
### h3 Heading
↓h3 Heading
#### h4 Heading
↓h4 Heading
##### h5 Heading
↓h5 Heading
###### h6 Heading
↓h6 Heading
Horizontal Rules:
___
↓---
***
↓---
Code block:
Error 418 I'm a teapot
↓``` Error 418 I'm a teapot
```
OK, I'll stop now.