So this is a test of code in markdown with Pelican.
For Python:
import readline, rlcompleter
readline.parse_and_bind("tab: complete")
print("Hello world!")
For C++:
#include <iostream>
int main() {
std::cout << "Hello world!" << std::endl;
}
And for LaTeX
\begin{equation}
e^{i \pi} = -1
\end{equation}
There are comments.