51 lines
1.0 KiB
Markdown
51 lines
1.0 KiB
Markdown
# Heading 1
|
|
## Heading 2
|
|
### Heading 3
|
|
#### Heading 4
|
|
##### Heading 5
|
|
###### Heading 6
|
|
|
|
Regular text
|
|
|
|
**Bold text**
|
|
|
|
*Italic text*
|
|
|
|
__Underlined text__
|
|
|
|
***__All three text__***
|
|
|
|
> Quoted text
|
|
|
|
- Bullet 1
|
|
- Bullet 2
|
|
- Bullet 3
|
|
|
|
1. Numbered 1
|
|
2. Numbered 2
|
|
3. Numbered 3
|
|
|
|
This is $$ LaTeX$$ in-line.
|
|
|
|
This is a LaTeX block:
|
|
|
|
$$ P_1 + \frac{1}{2}mv_1^2 + pgh_1 = P_2 + \frac{1}{2}mv_2^2 + pgh_2$$
|
|
|
|
This is right here `def lotto_followers(num1):` a code snippet.
|
|
|
|
This is a code block:
|
|
```python
|
|
def lotto_followers(num1):
|
|
if num1 >= 10000:
|
|
return: "You have a lotto followers!"
|
|
```
|
|
|
|
This is an image:
|
|

|
|
|
|
This is another image:
|
|

|
|
|
|
This is a file [Airtable-1.3.2.dmg](https://campuspro-uploads.s3.us-west-2.amazonaws.com/8e5a0b26-10f9-401a-b1f9-1c13c2216099/8b497758-26de-414f-8668-e7b884a06203/Airtable-1.3.2.dmg)
|
|
|