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

COVID-19 and the Surgical Experience (Part 1)

by Daniel Kao

Post-Surgery Recovery Tips

by Daniel Kao
 

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

by George Kramb

Common Sports Injuries and Sports Medicine

by George Kramb
 

Should someone with Coronary Artery Disease exercise?

by George Kramb

Spine Surgery 101- Everything you need to know

by George Kramb
 

The Battle for Transparency

by George Kramb

The Importance of Shared Decision Making

by George Kramb
 

Why Do Knee Replacements Fail?

by George Kramb

Sex After A Hip Replacement

by George Kramb