Skip to content

Instantly share code, notes, and snippets.

View ChaitanyaBaweja's full-sized avatar

Chaitanya Baweja ChaitanyaBaweja

View GitHub Profile

This part in Markdown.
This part in HTML.

We can show a simple <html> code snippet by surrounding the code snippet in back-ticks.

If we need an entire code block, indent the block with 4 spaces.

This is first line of code

This is second line of code

To check which elements of a list are even, do the following:

for number_i in given_list:
    if number_i%2 ==0:
        print(number_i," is even")

Somewhere in the document, you would define all the names

For further research, use

  1. A list item with a line break.
    This is the same paragraph.

    This is a new paragraph in the same item.

  2. Second item in the list.

  • Item One
  • Item Two
    • Sub-Item One
    • Sub-Item Two
      • Sub-Sub-Item One
    • Sub-Item Three
  • Item Three
  1. Apple
  2. Orange
  3. Banana

To Do List

  • Write a Markdown Tutorial
  • Add jokes in it
  • Apologize for the stupid puns
  • Do laundry