Test Post


Saturday, 26 October 1985

This is a test post writen in markdown and parsed into HTML by Redcarpet 2. To learn more about markdown check out the documentation on Daring Fireball.

Code

Here is some inline code, Face f = v.faces[0];, and a code block:

void removeFace(int n) {
  // link controlp5 removeFace button to the function
  manifold.removeFace(manifold.faces()[0]);
}

The block above uses PygmentsRouge for syntax highlighting. Neat.

Maths

Here is some inline math: \(e\^x\). What about display math?
\[a + b = x\]

Awesome.