Markdown Preview
with MathJax
github
# Welcome! This preview uses `markdown-it` and `markdown-it-mathjax3`. Use **single backslashes** for LaTeX: \( E = mc^2 \) and \[ \nabla \times \mathbf{B} = \mu_0 \mathbf{J} \] Also works with dollars: $ E = mc^2 $ and $$ \nabla \times \mathbf{B} = \mu_0 \mathbf{J} $$ ```html
HTML test
``` ## Think Blocks Use `
` tags to wrap content you want hidden by default.
This is a thought process block. * It can contain **Markdown**. * And lists. * And `code`. * Even LaTeX: $ \alpha + \beta = \gamma $ ```javascript function hello() { console.log("Hello from inside a think block!"); } ```
Another paragraph here.
Here's another thought: $$ \int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2} $$