Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 556 Bytes

readme.md

File metadata and controls

24 lines (17 loc) · 556 Bytes

Learning to git via VS Code

  • this is for the second commit

Trying out some markdown syntax:

#Heading1 ##Heading 2

  • this text is bold -> double * or _
  • this is italic -> single * or _
  • we can even combine them
  • backticks for inline code. Also called grave accent.
this is a code block for javascript.
  • Image test below (taken from code.visualstudio.com) Visual Studio Code Logo

Let's test out some emojis as well.

  • 😊
  • 😍 It worked!