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:
![Image of ENIAC](https://digbmc.github.io/dsgf-20-21/media/Eniac.jpg)

Rich text

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

Images: Image of the ENIAC

Advanced