Markup test

Heading 1

This is a page for testing various styles to make sure they come out okay

Here is a sentence with some inline code.

Heading 2

  • some
  • unordered
  • list

blah

  • This is a list
  • which has
    • some nesting
  • blargh

  • this is a list

    • with some nesting
  • which uses dashes instead

  • numbered

  • list
  • whee

  • [ ] check

  • [ ] boxes
    • [ ] This should be nested
  • [ ] back to top-level

This is a sentence with some text crossed out

Heading 3

from my.cool.lib import Jawn

class Jawn:
    def howdy(self):
        return "hey there"

j = Jawn()
x = j.howdy()
print(f"some {x}")
print(f"{j.howdy()}")

Heading 4

#!/bin/bash

JAWN="woooo"
echo $JAWN | grep lol
git commit -a -m "lol wut"