- Italic or Italic
- Bold or Bold
- Bold and Italic or Bold and Italic
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
- First item
- Second item
- Third item
- Subitem 3.1
- Subitem 3.2
| Syntax | Description |
|---|---|
| Header | Title |
| Paragraph | Text |
| Left-aligned | Center-aligned | Right-aligned |
|---|---|---|
| Left | Center | Right |
This is some beautiful code.
def hello_world():
print("Hello, world!")This is a blockquote.
This is the second paragraph in the blockquote.
or
or
Here's a sentence with a footnote. [^1]
[^1]: This is the footnote.
You can also use raw HTML in Markdown:
<table>
<tr>
<th>Name</th>
<th>Age</th>
</tr>
<tr>
<td>John</td>
<td>30</td>
</tr>
</table>- Task 1
- Task 2
- Task 3
term 1 : definition 1
term 2 : definition 2 with multiple lines
and code blocks
strikethrough
function fancyAlert(arg) {
if (1 < 2) {
console.log('You win');
}
}*literal asterisks*
