Skip to content

Instantly share code, notes, and snippets.

@cassidoo
Last active September 12, 2024 15:50
Show Gist options
  • Save cassidoo/8996dafde1946e74456105a2f5858e4d to your computer and use it in GitHub Desktop.
Save cassidoo/8996dafde1946e74456105a2f5858e4d to your computer and use it in GitHub Desktop.

Heading 1

This is an example lil thingy wow look at me!

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

I'm baby tumblr deep v franzen umami hammock scenester retro VHS, pop-up truffaut tacos polaroid gochujang. Jean ugh vexillologist snackwave keytar williamsburg bitters pinterest. Photo booth schlitz quinoa tbh edison bulb vexillologist occupy single-origin dreamcatcher. Chartreuse meggings gochujang synth. Narwhal green juice snackwave thundercats kickstarter XOXO deep v.

  1. numbered
  2. list
  3. of
  4. items

Hello there, welcome to my list.

  • list
  • of
  • items
    • nested
    • list
  • wow

Hello, babies, I think that you need to understand what a long line length is

V franzen umami hammock scenester retro VHS, pop-up truffaut tacos polaroid heirloom gochujang.

  • hello
  • these
  • are
  • tasks

bold italic bold and italic strikethrough ==highlighted text==

// This is an example of some React

useEffect(() => {
  let isCurrent = true;
  
  if (isCurrent === true) {
  	fetch('...')
  }
  
  return () => {
  	isCurrent = false;
  }
}, [])

Language-less:

useEffect(() => { // wow
  let isCurrent = true;
  
  if (isCurrent === true) {
  	fetch('...')
  }
  
  return () => {
  	isCurrent = false;
  }
}, [])

A horizontal line:


Some inline code between normal text

A blockquote, lorem ipsum dolor

Just some normal text, wow.


Example table Example things
What how
Why when
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment