Welcome to my Website!

This is a paragraph! Here's how you make a link: neverlocate.me.

Here's how you can make bold and italic text.

>Here's how you can add an image:

Here's how to make an unordered list:

Here's how to make an ordered list:

  1. One
  2. Two
  3. Three

Test of in-line code block.

Test of code block:

def sillycase(input): return input.title().flipcase() print(sillycase("Please make me silly!"))