Grace’s First Markdown Post 🤪
Setup
Heading 1
Heading 2
Heading 3
Heading 4
- Markdown file format:
YEAR-MONTH-DAY-filename.md
- include Python code
- italics
- bold
code font text
- create links
- lists
- item 1
- item 2
quotation
Alert Box!
Info Box!
General preformatted text:
# Do a thing
do_thing()
Python code and output: 1
# Prints 'Hello World'
print("Hello World")
Hello World
Shell command
echo "hello world"
./some_script.sh --option "value"
wget https://example.com/cat_photo1.png
Yaml
key: value
- another_key: "another value"
Cool Tables
I | like |
---|---|
tables | :) |
The 2022 AP Computer Science Principles scores: pic.twitter.com/UfpBEnEAcE
— Trevor Packer (@AP_Trevor) June 23, 2022
-
This is a footnote ↩