Skip to content

Nagaleela97/markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

markdown

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Bold Text

Italic text

Bold & Italic

Unordered data

  • Intro
    • Installation
    • Basics
  • Git
    • Git commands
    • Git remote
  • Github

Ordered data

  1. Intro
    a. Installation
  2. Git commands
  3. Git hub
  4. Cloning
  5. Contribute
    a. fork
    b. clone
    c. create new branch
    d.push with new branch

Image

Gitlogo

beautifulgarden

Link github

Table

Name Branch College
abc cse VRSEC
xyz IT VRSEC

code

def iseven(n):
if n % 2 == 0:
    return True
 else:
    return False

The world is flat

Emoji 🌹

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors