Skip to content

A template which helps you to create README.md file in github

License

Notifications You must be signed in to change notification settings

jacob-nelson/git-readme-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

git-readme-template

A template which helps you to create README.md file in github 😄

Links

Styling text

Italic Text

Bold Text

Bold Italic Text

Strikethrough Text.

Lists

Unordered Lists

  • Item 1
  • Item 2
  • Item 3
  • Item 4
  • Item 5

Ordered Lists

  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4
  5. Item 5

Nested Lists

  1. Item 1
  2. Item 2
  3. Item 2.1
  4. Item 2.2
  5. Item 3
  6. Item 3.1
  7. Item 3.2 6. Item 3.2.1

Task lists

  • This is a completed Task Item
    • This is a completed SubTask Item
  • this is an incomplete item

Code formatting

Single line

var x = 2

Multiple lines

function test() {
  console.log("notice the blank line before this function?");
}

Syntax Highlighting

function test() {
  console.log("notice the blank line before this function?");
}

Images

GitHub Logo

Tables

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column

About

A template which helps you to create README.md file in github

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published