62 lines
547 B
Markdown
62 lines
547 B
Markdown
# Heading 1
|
|
## Heading 2
|
|
### Heading 3
|
|
#### Heading 4
|
|
##### Heading 5
|
|
###### Heading 6
|
|
|
|
*italics*
|
|
|
|
**bold**
|
|
|
|
***italics & bold***
|
|
|
|
~~crossed off~~
|
|
|
|
<mark>highlight</mark>
|
|
|
|
<sub>Test</sub>
|
|
|
|
`monospace`
|
|
|
|
```html
|
|
|
|
<html>
|
|
<header></header>
|
|
|
|
<footer></footer>
|
|
</html>
|
|
|
|
|
|
|
|
```
|
|
|
|
[This is a link](https://localhost)
|
|
|
|

|
|
|
|
> This is a blockquote
|
|
>> and it can be nested
|
|
|
|
***
|
|
|
|
---
|
|
|
|
___
|
|
|
|
1. Item 1
|
|
2. Item 2
|
|
3. Item 3
|
|
|
|
* Test
|
|
* Test
|
|
* Subitem
|
|
* Subitem
|
|
|
|
| Column1 | Column 2 |
|
|
| --- |-----|
|
|
| Test | Test2 |
|
|
|
|
- [ ] Test
|
|
- [x] Test 2
|