03 Markdown Cheatsheet

03 Markdown Cheatsheet

Markdown Cheatsheet

Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid HTML. This file is created with the .md extension

To create document we normally need

  1. Headings
  2. Text Formating
  3. Paragraphs
  4. List
  5. Links
  6. Images
  7. Code Blocks
  8. Table
  9. Horizontal Ruler
  1. Headings

This is Heading One

This is Heading Two

This is Heading Three

This is Heading Four

This is Heading Five
This is Heading Six
  1. Text Formating

Bold Text Italic Strike Text Through
Bold and Italics

Block Quotes H~2~O (Subscript) x^2^ (Superscript)

  1. Paragraph

Write Normally its Paragraph

  1. List
  1. First level
    1. Second level
      • Third level
        • Fourth level
  2. First level
    1. Second level
  3. First level
    1. Second level
  • First level
    • Second level
      • Third level
        • Fourth level
  • First level
    • Second level
  • First level

    • Second level
  • Links

iNeuron

  1. Images

alt text

  1. Code Blocks
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}
  1. Table
DefaultLeft alignCenter alignRight align
9999999999999999999999999999999999999999
999999999999999999999999999999999999
  1. Horizontal Ruler

We can use three

* or --- or ___