Test/Styles


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

blah

  1. numbered
  2. list
  3. whee

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"