Markdown Guide
Markdown is a simple markup language that prioritizes human-readability as well as machine-readability.
Raw markdown syntax
# First-level heading
## Second-level heading
1. Ordered list
2. ordered list
- Unordered list
- Unordered list
Use multiple returns or consecutive lines
will run together
*Italics* or **Bold**
Hyperlinks: [dsgf github site](https://github.com/digbmc/dsgf-2021)
Images:
Rich text
First-level heading
Second-level heading
- Ordered list
- ordered list
- Unordered list
- Unordered list
Use multiple returns or consecutive lines will run together
Italics or Bold
Hyperlinks: dsgf github site
Images: 
Advanced
- For advanced features, please see the authoring section of the Quarto guide.
- This markdown cheatsheet is also good resource for more advanced formatting.