when we put a link it just works...
we can take notes with lists
- this list
- this other list
- a
- b
- c
and maybe numbers:
- abc
- 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