80 lines
1.1 KiB
Markdown
80 lines
1.1 KiB
Markdown
---
|
|
# hidden: true
|
|
---
|
|
|
|
> ### This is a markdown testing page, leave
|
|
|
|
# Hi ~~Mars~~ Venus! 1
|
|
|
|
## Hi ~~Mars~~ Venus! 2
|
|
|
|
### Hi ~~Mars~~ Venus! 3
|
|
|
|
#### Hi ~~Mars~~ Venus! 4
|
|
|
|
##### Hi ~~Mars~~ Venus! 5
|
|
|
|
###### Hi ~~Mars~~ Venus! 6
|
|
|
|
_italics_
|
|
|
|
**bold**
|
|
|
|
> blockquote
|
|
|
|
1. Ordered
|
|
2. Lists
|
|
|
|
- unordered
|
|
- lists
|
|
|
|
Here's a sentence with a footnote. [^1]
|
|
|
|
Hello, world! :smile: :earth_americas: :grin:
|
|
|
|
`code`
|
|
|
|
[A Link](../hello.md)
|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|
| Syntax | Description |
|
|
| --------- | ----------- |
|
|
| Header | Title |
|
|
| Paragraph | Text |
|
|
|
|
---
|
|
|
|
# fenced code block
|
|
|
|
```json
|
|
{
|
|
"firstName": "John",
|
|
"lastName": "Smith",
|
|
"age": 25
|
|
}
|
|
```
|
|
|
|
[^1]: This is the footnote.
|
|
|
|
### My Great Heading {#custom-id}
|
|
|
|
<!-- term
|
|
: definition -->
|
|
|
|
- [x] Write the press release
|
|
- [ ] Update the website
|
|
- [ ] Contact the media
|
|
|
|
That is so funny! :no_good:
|
|
|
|
I need to highlight these ==very important words==.
|
|
|
|
<!--
|
|
H~2~O
|
|
|
|
X^2^ -->
|