Skip to content

Instantly share code, notes, and snippets.

@zudsniper
Last active February 27, 2023 23:38
Show Gist options
  • Save zudsniper/e324d237804b7ac947b5c6fbe9f3ad11 to your computer and use it in GitHub Desktop.
Save zudsniper/e324d237804b7ac947b5c6fbe9f3ad11 to your computer and use it in GitHub Desktop.
Example markdown document

headers

this is description text.

Subheading

Subsubheading

Subsubsubheading ...


text decoration

bold
italic
bold
italic

striken!

EVERYTHING

inline code!

||spoilers|| (github no likely)


lists!

Look at this list!

  • Item 1
  • Item 2
    • Item 2.1
    • Item 2.2
  • Item 3
  • Item 4

TODO


I'm getting trolled

  • This needs to get done
  • this is done

quotes & links

WARNING! the following will turn into a header... for some reason...
-- @zudsniper

gotchya's

this is actually a heading!

images & codeblocks

image of monkeys

function getX(Y) {
   return Y / 0;
}

This is fucking shitcode

def getX(Y):
  return Y / 0

yep...


WOw! click

SURPRISE!

ASK UBUNTU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment