Basic Markdown Features
Links and images
Text Formatting
This is bold text, italic text, and bold italic text. You can also use strikethrough and inline code
.
Lists
- Unordered list item 1
- Nested item A
- Nested item B
- Unordered list item 2
- Ordered list item 1
- Ordered list item 2
- Nested ordered item
Blockquotes
This is a blockquote Multiple lines can be used
Mathematical Expressions
Inline math: \(E = mc^2\)
Display math: \[ \begin{aligned} \frac{\partial f}{\partial x} &= 2x \\ \int_0^\infty e^{-x} dx &= 1 \end{aligned} \]
Code Blocks
Passive code block (only for show, no execution):
Active code block (this code will be executed):
Tables
Header 1 | Header 2 | Header 3 |
---|---|---|
Row 1 | A | 1 |
Row 2 | B | 2 |
Row 3 | C | 3 |
Callouts
Note
This is a note callout
Warning
This is a warning callout
Footnotes and references
Here’s a sentence with a footnote1.
1 This is the footnote text.
2 Like this one which is written inline
You can also use inline footnotes2.
Here’s how to reference: Mayer (2024)
References
Mayer, Lukas W. 2024. “Example Article.” Journal Name.