2022-10-22 06:12:48 +08:00
|
|
|
## Text formatting
|
|
|
|
|
2023-02-13 15:22:17 +08:00
|
|
|
*italic* **bold** ~~strikeout~~ `code`
|
|
|
|
|
|
|
|
superscript^2^ subscript~2~
|
|
|
|
|
|
|
|
[underline]{.underline} [small caps]{.smallcaps}
|
2022-10-22 06:12:48 +08:00
|
|
|
|
|
|
|
## Headings
|
|
|
|
|
|
|
|
# 1st Level Header
|
|
|
|
|
|
|
|
## 2nd Level Header
|
|
|
|
|
|
|
|
### 3rd Level Header
|
|
|
|
|
|
|
|
## Lists
|
|
|
|
|
|
|
|
- Bulleted list item 1
|
|
|
|
|
|
|
|
- Item 2
|
|
|
|
|
|
|
|
- Item 2a
|
|
|
|
|
|
|
|
- Item 2b
|
|
|
|
|
|
|
|
1. Numbered list item 1
|
|
|
|
|
|
|
|
2. Item 2.
|
|
|
|
The numbers are incremented automatically in the output.
|
|
|
|
|
|
|
|
## Links and images
|
|
|
|
|
|
|
|
<http://example.com>
|
|
|
|
|
|
|
|
[linked phrase](http://example.com)
|
|
|
|
|
|
|
|
![optional caption text](quarto.png){fig-alt="Quarto logo and the word quarto spelled in small case letters"}
|
|
|
|
|
|
|
|
## Tables
|
|
|
|
|
|
|
|
| First Header | Second Header |
|
|
|
|
|--------------|---------------|
|
|
|
|
| Content Cell | Content Cell |
|
|
|
|
| Content Cell | Content Cell |
|
|
|
|
|
|
|
|
/
|