/githubmasterclass

Practicing Git & GitHub Masterclass

Primary LanguageCSS

Text Formatting

bold or bold italics or italics boldItalics

Quote Block scratch over

Header 1

Header 2

..

Header 6

Creating List

Unrdered Lists

  • this is the first element
  • this is the second element this is still part of second element
  • this is the third element
  • or you can use plus sign, same thing
  • or you can use asterix
  • but remember it will create another list
  • like this

Ordered list

  1. first
    1. Three spaces sub part of element 1
    2. sub part 2
  2. second 1165 still part of second
  3. Third
  4. Fourth

Checkboxes list

  • task 1
  • task 2
  • task 3

Tables!

Android ioS Windows
Medium App for Android Medium App for iOS Medium App for Windows
Large App for Android Large App for iOS Large App for Windows
Intentionally Added a large text for alignment purpose Intentionally Added a large text for alignment purpose Intentionally Added a large text for alignment purpose

Links!

text to be displayed, for love of god do not click!

Images!

World Peace

You can also upload files on git repository and access using either name if in same folder or /folder/file.png

You can also drag and drop files directly

Videos

Simply add image in square bracket and after it video url in bracket after images

World Peace

Code

def function():
	int i = 0
	print("yes it works!")

Here python specifies the language