Example post

Yay

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

Quote

This is nested blockquote.

And citations:

Does not work with Github Pages

(Einstein, 1905)

  1. Einstein, A. (1905). Zur Elektrodynamik bewegter Körper. (German) [On the electrodynamics of moving bodies]. Annalen Der Physik, 322(10), 891–921. https://doi.org/http://dx.doi.org/10.1002/andp.19053221004