Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 624 Bytes

File metadata and controls

45 lines (33 loc) · 624 Bytes

Markdown Demo

Mini Heading :)

More Mini Headingsssss

Hello world

General Text :) Note that to have a line break

we need to hit return twice or else it will not be a linebreak

Bold Italics

Here is a list:

  1. One
  2. Two
  3. Three
  4. Four

Here is unorder List

  • hi
  • how
  • are
  • you
  • today

If we want 1 line of code: System.out.println("Hello World); System.out.print("I love git");

If we want a Code Block:

System.out.println("hi");
for(int i = 1; i < 10; i++){
    System.out.print("I <3 Git");
}

Now Below is a Hyperlink

HyperLink

alt text