Markdown


Markdown is a lightweight markup language with plain-text-formatting syntax, created in 2004 by John Gruber with Aaron Swartz. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.

Links

Syntax

  • Heading: ###H3 Sample

    H3 Sample

  • Bold: **bold text**
    bold text

  • Italic: *italicized text*
    italicized text
  • Blockquote: > blockquote

    blockquote

  • Ordered List:


1. First item
1. Second item
1. Third item

  1. First item
  2. Second item
  3. Third item

    • Unordered List:


- First item
- Second item
- Third item

  • First item
  • Second item
  • Third item

  • Code: `code`
    code

  • Horizontal Rule: ---


  • Link: [title](https://www.example.com)
    title
  • Image: ![alt text](https://via.placeholder.com/150)
    alt text

About Me
Hi, I'm Sameer. I love anything technology related and have chosen the field of Information Technology for my profession. I'm passionate about travel and never miss any chance to Read more...
Disclaimer
The views expressed on this website, be they in text, pictures or sound, are my own and not those of my business, university, employer or colleagues. Any points of Read more...