Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 934 Bytes

File metadata and controls

44 lines (28 loc) · 934 Bytes

Markdown101

make you some useful markdown

Be sure to Fork this repo and clone your copy to your machine.

This is your first "Investigate&Report" lab. You will do some research on a topic, write a summary, update your forked copy of the repo.

What is Markdown?

do some googling to learn what is markdown. write brief paragraph on what you found.

Put the paragraph in the same file as your poem.

create a markdown file

named poem.md with the following content:

### All poems

- are thought-provoking
- make you think
- AIs are weird
- Poe's poems _rock!_

# The Raven

Once upon a midnight dreary, while I pondered, weak and weary,
...

and add a few more lines to the poem. Be creative.

Be sure to add your name to the file as well as author.

style points matter!

Be sure to save to github. (and submit in the classroom)

git add .
git commit -m "My poem - finished"
git push