A slightly more complex example where we choose to use the Doxygen awesome documentation theme.
bazel build //awesome:doxygen
You can add equations:
$$ \int_{-\infty}^{\infty} e^{-x^2} , dx = \sqrt{\pi} $$
Code snippets:
#include <iostream> int main() { std::cout << "Hello, World!" << std::endl; return 0; }
And even mermaid diagrams: