Introduction to Digital Humanities

HIST 105B, Alice McGrath

Weeks: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 Syllabus Schedule GitHub

Markdown Guide

This markdown cheatsheet is a good resource for more advanced formatting, but here are the basics:

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

Use multiple returns or consecutive lines will run together

Italics or Bold

Hyperlinks: dsgf github site

Images: Image of the ENIAC