Here are some words.
h1
h2
h3
h4
Some code in python
def gcd(m,n):
if m<n:
(m,n) = (n,m)
if (m%n) == 0:
return n
else:
return gcd(n, m % n)
And this is some math:
The Radon–Nikodym theorem:
Let \(( X , \mathcal{A} )\) be a measurable space with two \(\sigma\)-finite measures \(\mu\) and \(\nu\). If \(\nu\) is absolutely continuous with respect to \(\mu\). Then there exist a \(\mathcal{A}\) measurable function \( f : X \rightarrow \mathbb{R}^+ \) such that \( \forall A \in \mathcal{A} \)
\[\nu (A)=\int _{A}f\,d\mu .\]And of course \( e^x\)
List
- Red
- Green
- Blue
Quote
This is nested blockquote.
And citations:
Does not work with Github Pages