Skip to content

anupama9618/Markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Markdown

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 4

Bold text

Italic text

Bold and italic

Unordered data

  • intro
    • Installations
    • basics
  • Git
  • Github

Ordered data

  1. Intro
    a. installation
  2. basics
  3. Git
  4. Github
  5. cloning
  6. contribute
    a. fork
    b. clone
    c. Create new branch
    d. push with new branch e. push and pull

Image

GitLogo

Link github

Table

Name Branch College
abc cse vrsec
xyz it vrsec

Code

def is odd(n):
  if(n%2!=0):
    return True
   else:
    return False

The world is flat.
Strikethrough.
emojis😃

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors