chore: complete update
This commit is contained in:
61
docs/MARKDOWN.md
Normal file
61
docs/MARKDOWN.md
Normal file
@@ -0,0 +1,61 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user