Skip to content

Instantly share code, notes, and snippets.

View ChaitanyaBaweja's full-sized avatar

Chaitanya Baweja ChaitanyaBaweja

View GitHub Profile

I eat my peas with honey.
I've done it all my life.
It makes the peas taste funny.
But it keeps them on the knife!

I am italics.
And so am I.

I am bold.
And so am I.

I swing both ways.
As do I!
And me also!
ME TOO!

I'm not crazy. My mother had me tested.

I'm not crazy. My mother had me tested.

This is a blockquote. Every line should have a > bracket in front.

You can also create paragraphs in blockquote.

This is a heading inside a blockquote

Who said you only get one level

of indentation?

Like this already?

This is a level 1 header

This is a level 2 header

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This is paragraph 1. No empty line in between, so I am still on paragraph 1.

This seems like paragraph 2.

Shouldn't this be paragraph 3 then.

a = True
b = True
if not a and b:
print('Hello World')
else:
print('Bye World')
try:
v = d[k]
except KeyError:
v = d[k] = default_value