Clicking the link on the author takes you to their personal profile page.

Blog posts can also contain maths $\mu = \frac{1}{k} \sum_{i=1}^{k} x_k $, and we can even number equations:

\[\begin{align} f(x) + 1 &= 5, \\ g(x) + f(x) &= -1. \notag \end{align}\]

We can put in citations1 and pictures: Lion

and embed videos from YouTube

and code including in blocks with syntax highlighting

def my_function(x):
  return x + 1

my_function(5) # returns 6

authors can choose the language of the syntax highlighting too, here’s C++:

int main() {
  std::vector<int> a;
  a.push_back(1);
  std::cout << a[0] << std::endl;
}

and a gif animation of cyclic competition:

cyclic competition

We can even include interactive graphics generated in python, using the mpld3 package

and an interactive animation:

Finally, we can also export entire Jupyter notebooks to a Markdown format, which can directly be included as posts – see the example

References

  1. This is technically a footnote, but we can also use it as a citation. Clicking the arrow takes you back to the text.