gabrieldim / Markdown-Crash-Course

Markdown Crash Course. Learn Markdown language on a simple way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heading 1 '# '

Heading 2 '## '

Heading 3 '### '

Heading 4 '#### '

Heading 5 '##### '
Heading 6 '###### '

This text is italic
This text is italic

This text is bold
This text is bold

This text is strikethrough




\ before the actual rule.

This is a quote


Gabriel Dimitrievski - GitHub

Gabriel Dimitrievski - GitHub

  • Text 1
  • Text 2
  • Text 3
    • Nested text 1
    • Nested text 2
      • Nested text 1
      • Nested text 2

  1. Text 1
  2. Text 2
    1. Nested text 1
  3. Text 3 // it gives the appropriate order

<p>This is paragraph</p>

Markdown Logo

//in the previous line we are saying the language that we are using.
BufferedReader br = new BufferedReader(New InputStreamReader(System.in));

String s = br.readLine();

function add(num1, num2){
    return num1 + num2;
}

Name Email
Test Test@gmail.com
Test2 Test2@gmail.com

  • Task 1
  • Task 2
  • Task 3


Inspired by: Brad Traversy

About

Markdown Crash Course. Learn Markdown language on a simple way.


Languages

Language:HTML 100.0%