Skip to content

Instantly share code, notes, and snippets.

@brachkow
Created September 20, 2021 19:59
Show Gist options
  • Save brachkow/e54b14d8392458ef9b511accf2685277 to your computer and use it in GitHub Desktop.
Save brachkow/e54b14d8392458ef9b511accf2685277 to your computer and use it in GitHub Desktop.

Header1

Header2

Header3

Header4

Header5
Header6

H1

H2

EMPHASIS

Italic1 Italic2 </br> Bold1 Bold2 </br> Bold_Italic </br> Strikethrough

HORIZONTAL LINE




LIST

unordered list:

  • item-1
    • sub-item-1
    • sub-item-2
  • item-2
    • sub-item-3
    • sub-item-4
  • item-3
    • sub-item-5
    • sub-item-6

ordered list:

  1. item-1
  2. sub-item-1
  3. sub-item-2
  4. item-2
  5. sub-item-3
  6. sub-item-4
  7. item-3

TABLE

Table Header-1 Table Header-2 Table Header-3
Table Data-1 Table Data-2 Table Data-3
TD-4 Td-5 TD-6
Table Data-7 Table Data-8 Table Data-9

LINK

https://github.com/MinhasKamal/github-markdown-syntax
GitHub
click
README
Image

IMAGE

GitHub Logo

QUOTE

> Stay hungry; stay foolish. >> Quality is better than quantity. >>> Life is not fair; get used to it.

COMMENT

CODE

inline code- int i=0

block code-

for(int i=0; i&lt;10; i++){
    printf("Hallow World! \n");
}

OTHERS

Which one does @torvalds like most?

  • tiger #
  • whale *
  • octocat !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment