Last updated: Riccardo updated this on 2024-11-03
img /img/2022-10-19-riccardo-tartaruga.jpg
math Equations For inline math we can wrap text in $ like so: $f(k) = {n \choose k} p^{k} (1-p)^{n-k}$ which looks like this in the Markdown file: $f(k) = {n \choose k} p^{k} (1-p)^{n-k}$
Or for a equation block we can use double $$:
$$f(k) = {n \choose k} p^{k} (1-p)^{n-k}$$
which looks like this in the source:
$$f(k) = {n \choose k} p^{k} (1-p)^{n-k}$$