Skip to content

This repository serves as a cheatsheet for anyone using markdown and forgets or needs a file in which all the functions and tags are listed out properly without having the trouble of googling everything on their own.

Notifications You must be signed in to change notification settings

adamkagdi/Markdown-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This text is italic

This text is also italic

This text is strong

This text is also strong

This text is strikethrough

This text has horizontal rule

This text also has horizontal rule


This is a quote

This text is linked

This text is also linked but with a different name upon mouse hover

  • Item 1
  • Item 2
  • Item 3
    • Nested item 1
    • Nested item 2
  1. Item 1
  2. Item 2
  3. Item 3
    1. Nested item 1
    2. Nested item 2

<p>This is a paragraph</p>

Markdown Logo

    sudo pacman -S vim

    sudo pacman -S neovim
#include <stdio.h>

int main()
{
    printf("Sorry, can't talk now.\n");
    printf("I'm busy!");
    return(0);
}
Name Email
[email protected] me
[email protected] me
  • Task 1
  • Task 2
  • Task 3

About

This repository serves as a cheatsheet for anyone using markdown and forgets or needs a file in which all the functions and tags are listed out properly without having the trouble of googling everything on their own.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published