Here is some text.
Does math work? Inline math works: Let \(x = y + \vec{z} \cdot \vec{w}\). Requires two $ signs though.
inline: \(\LaTeX\)
standalone:
\[\LaTeX\] \[\begin{align} 1 + 2 &= 2 + 1 \\ &= 3 \end{align}\]This is some code.
def python_code():
print(f"cool{''.join(str(c) for c in range(10))}")
using namespace std;
int main() {
// a comment here
}
Over here, we have
monospaced font in a block.
But here, we have monospaced font inline
.