Skip to content

cmsc389T-fall21/Markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published