Markdown Cheat Sheet

Headlines
# Headline 1
## Headline 2
### Headline 3

Styling
*italic*
**bold**
~~strike through~~

Links
http://url.com
[link text](http://www.url.com)

Quotes
> Quote text
***Johnny Author***

Images
![image alt text](image url)
***Image caption, description***

Horizontal rule
---

Inline Code
`var name = "John Doe";`

Code block with syntax highlighting
``` codelanguage
function foo() {
  return bar;
}
```

Bulleted list
- item 1
- item 2
- item 3

Numbered list
1. item 1
2. item 2
3. item 3

Blog Series- Why are Female Athletes Are More Prone to ACL Injuries? (Part 2)

by George Kramb

Why You Should Not Ask For Plaquenil

by George Kramb
 

Blog Series- Why are Female Athletes Are More Prone to ACL Injuries? (Part 3)

by George Kramb

When Can I Return to Sport after an ACL Injury?

by George Kramb
 

Blog Series- Why are Female Athletes Are More Prone to ACL Injuries? (Part 4)

by George Kramb

Mental Health, Injury, and Advocacy (Part 1)

by George Kramb
 

What Is a Elective Surgery?

by George Kramb

Mental Health, Injury, and Advocacy (Part 2)

by George Kramb
 

Mental Health, Injury, and Advocacy (Part 3)

by George Kramb

Back Pain Series (Part 1)

by George Kramb