ref/markdownNote
only includes markdown features currently supported by this site
References
**Bold**, *italic*, ***bold-italic***, ~~strikethrough~~
Bold, italic, bold-italic, strikethrough
- unordered
- list
- nested
1. ordered
2. list
1. nested
> quote from a thing
quote from a thing
also known as "horizontal rule"
---
# H1
## H2
### H3
#### H4
##### H5
###### H6
inline `code`
inline code
```swift
// code block
print("hello world")
```
// code block
print("hello world")
(bullets not required)
- [to top of this page](/ref/markdown)
- [to this heading](/ref/markdown#links)
- [to Wikipedia](https://wikipedia.org)

![]()
| alignment | is | possible |
| --: | :-: | :-- |
| 👁️ | 👅 | 👁️ |
| why | `hello` | there |
| alignment | is | possible |
|---|---|---|
| 👁️ | 👅 | 👁️ |
| why | hello |
there |
> [!NOTE]
> This is a note.
> [!WARNING]
> This is a warning.
> [!TIP]
> This is a tip.
> [!CAUTION]
> Err on the side of this.
> [!IMPORTANT]
> This is important.
Note
This is a note.
Warning
This is a warning.
Tip
This is a tip.
Caution
Err on the side of this.
Important
This is important.
| Jump to section: |
|---|
| Text |
| Lists |
| Quotes |
| Dividers |
| Headings |
| Code |
| Links |
| Images |
| Tables |
| Callouts |