This post serves as the first post for testing purposes.
It seems to be working pretty well so far as I’m typing it.
My fingers hurt now :(

A math formula here: $$ \displaystyle \int_a^b f(x)~dx = \lim_{n \to \infty} RS(f, a, b, n)\\ \int_a^b f(x)~dx = \lim_{n \to \infty} \frac{b-a}{n}\sum_{i=0}^{n-1}f\left(a+i\cdot \frac{b-a}{n}\right) $$

A sample of python code:

def sample_func(args):
    return args

A sample of C code here:

typedef struct {

    int FirstVal;

} new_struct;

int main(void)
{
    return 0;
}

A simple visulization here: