Skip to content

Instantly share code, notes, and snippets.

@Vigowebs
Created April 3, 2024 04:45
Show Gist options
  • Save Vigowebs/b3b685acfadbd95739db3bd9996d3ac2 to your computer and use it in GitHub Desktop.
Save Vigowebs/b3b685acfadbd95739db3bd9996d3ac2 to your computer and use it in GitHub Desktop.
Markdown cheat sheet

Markdown Cheat sheet


Heading 01

Heading 02

Heading 03

Heading 04

Header 05
Heading 06

###Heading 02

Header H1

Header H2

My Heading with custom id {#custom-id}

This is the paragraph text This is the paragraph text This is the paragraph text

This is the paragraph text

This is the paragraph text

This is the paragraph text

This is the paragraph text 

This is Emphasis text

This is Emphasis text

This is Strong text

This is Bolder text

This is bolded italics text

10^2^

H20

This is strikethrough text




This is blockquote text line 01 This is blockquote text line 02 This is blockquote text line 03

This is blockquote text line 01

This is blockquote text line 02

This is blockquote text line 01

This is blockquote text line 02

I need to highlight these ==important words==.

LOL 😂

It is raining here ☔

  1. List 01
  2. List 02
  3. List 03

  1. List 01
  2. List 01
  3. List 01

  1. List 01
  2. List 02
  3. List 03

Nested List

  1. List 01
  2. List 02 a. Nested ordered list 01 b. Nested ordered list 02
  3. List 03

  • List 01
  • List 02
  • List 03
  • List 02
  • List 02
  • List 03
  • List 01
  • List 02
  • List 03

Nested list in unordered list

  • List 01
  • List 02
    • List 01 Nested
    • List 02 Nested
  • List 03

  • Indian History
  • 1801. Indian first war of Independence

  • List 01
  • List 02
  • List 03
  • List 04

First Term : This is the definition of the first term

Second Term : This is one defintion of the second term : This is another definition of the second term

  • Update the website
  • Do the testing
  • Publish to live

Markdown crash course at vigowebs

Contact us at arunvinesh@vigowebs.com

man working on laptop


man working on laptop

At the command prompt type the npm install

function sum(num1, num2) {
    return num1 + num2;
}
#a{
    position:fixed;
    top:50px;
    left:120px;
}
npm install
npm run dev

Names Frameworks 01 Frameworks 02
Javascript Angular React
Python Django Flask
CSS Tailwind Bootstrap

Here's a simple footnote.1

Footnotes

  1. This is the first footnote

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