Skip to content

Instantly share code, notes, and snippets.

@manoj-015
Last active October 21, 2021 18:35
Show Gist options
  • Save manoj-015/c1e9fd614964804ecbacc252a59a011a to your computer and use it in GitHub Desktop.
Save manoj-015/c1e9fd614964804ecbacc252a59a011a to your computer and use it in GitHub Desktop.
Just like a cheat sheet for markdown

Heading1

Heading2

Heading3

Heading4

Heading5
Heading6

This is a italic text

This is a italic text

This is Bold Text

This is Bold Text

This text is strikethroug



This is a text to *print the star*

This is a block quote

G Victor portfolio

  • list1
  • list2
  • list3
    • nested list
    • nested list2
  1. list1
  2. List2
  3. List 3

markdown

for x in range(100):
    print(x)
#include<stdio.h>
int main()
{
    int x;
    scanf("%d",&x);
    printf("%d",x);
    return 0;
}
Name Email
Varun varunjio@gmail.com
  • Task completed
  • Task not completed

Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change.

Proposed Changes

  • change1
  • change2

Check List

  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • New and existing unit tests pass locally with my changes.

Screenshots (if appropriate):

Original Updated
** original screenshot ** ** updated screenshot **

Screenshots (if appropriate):

Original Updated
image image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment