Code
Inline Code
Write inline code like this:
this is some `inline code`
Result:
this is some inline code
Multiline Code
Write multiline code like this (specify the language for syntax highlighting):
```js
console.log("this is some code");
```
Result:
console.log("this is some code");
Math
Write inline math like this:
Inline math: $a_x = x^2$
Result:
Inline math:
Write block math like this:
$$
\int_0^\infty \frac{x^3}{e^x} \, dx
$$