Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 607 Bytes

index.md

File metadata and controls

29 lines (17 loc) · 607 Bytes

Practicing with markdown

Editing index markdown file

First step is about including headers

Adding a picture now:

  • use ! for adding a picture
  • after, [] square brackets to describe what image is
  • link to image in normal brackets () right after that

Image of Yaktocat

Adding code

$ git init
Initialized empty Git repository in /Users/skills/Projects/recipe-repository/.git/

Making a task list

  • List syntax is required
  • This item is complete
  • This item is not complete