lotus/_src/markdown.md
2024-01-14 12:28:22 +01:00

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)
![art by @casparrakita@twitter.com](http://placekitten.com/1200/200)
![art by @icdraws@twitter.com](http://placekitten.com/1000/200)
![a picture of a kitten](http://placekitten.com/1000/300)
| 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^ -->