Skip to content

Nibba2018/Readme-Samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Readme-Samples

Code and Document samples for writing a README file.


Headings:


Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

And so on...

Text Formatting:

This Text is ITALIC.

This Text is also ITALIC.


This Text is BOLD.

This Text is also BOLD.


This Text is strikethrough.

Escape special characters using ' \ ' *_ etc.


This is a quote.

Links

Example

Hover over me

http://www.example.com

Lists

Unordered Lists:

  • Item 1
  • Item 2
  • Item 3
    • Nested Item 1
    • Nested Item 2

Ordered List:

  1. Item 1
  2. Item 2
  3. Item 3
    1. Nested Item 1
    2. Nested Item 2

Inline Code blocks:

<p>This is a Paragraph</p>

Markdown Logo

Github Specific Markdown

    sudo apt-get update
    def add(num1, num2):
        return num1 + num2
    function add(num1, num2){
        return num1 + num2;
    }

Tables:

Service Website
Google https://www.google.com
Youtube https://www.youtube.com
Facebook https://www.facebook.com

Task Lists:

  • Task 1
  • Task 2
  • Task 3

Version 1.0.0


Contributors


License and Copyright

©️ Nibba2018


About

Readme Sample code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published