1999/01/01
dummy description
H1 header
Paragraphs are separated by a blank line.
Italic, bold, and monospace
.
lists:
start with dash -
- a
- b
- c
start with *
- a
- b
- c
Here's an numbered list:
- oen
- two
- three
check or checked list
- [ ] checkbox
- [x] checkbox
- [ ] checkbox
H2 header
Block quotes are written like so.
hello
H3 header
func foo() {
print("dummy")
}
fn main() {
// fizzbuzz
fizzbuzz_to(100);
}
H4 header
Nested list
-
First,
- Hello
- Bonjour
- こんにちは
-
Second
-
Bye
Nested contents note
Here's an link.
example mages
H5 header
Tables can look like this:
| Month | Savings | | -------- | ------- | | January | $250 | | February | $80 | | March | $420 |
Table Alignment
| Item | In Stock | Price | | :---------------- | :------: | ----: | | Python Hat | True | 23.99 | | SQL Hat | True | 23.99 | | Codecademy Tee | False | 19.99 | | Codecademy Hoodie | False | 42.99 |
see: https://www.codecademy.com/resources/docs/markdown/tables