Skip to content

Instantly share code, notes, and snippets.

@sammlapp
Last active November 23, 2019 13:27
Show Gist options
  • Save sammlapp/cfabf106f00fc0b8a0578d3cd8174a6e to your computer and use it in GitHub Desktop.
Save sammlapp/cfabf106f00fc0b8a0578d3cd8174a6e to your computer and use it in GitHub Desktop.

this is markdown!

when we put a link it just works...

we can take notes with lists

  • this list
  • this other list

and secondary headers

  • a
  • b
  • c

and maybe numbers:

  1. abc
  2. never!
code de snipits use trimple back ticks
and can be

multiple lines
#specify python in code snipit
x=10
print(x)
if x<2:
  print(False)

but you can make a mini snipit inline iwth backticks like this

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