Markdown with NeoFermi
Write markdown with embedded NeoFermi calculations. Use fenced code blocks for calculations:
```
x = 10 to 100 meters
y = x * 2
```
Inline Variables
Reference variables in text using ${'{'}varname{'}'}:
The distance is approximately ${'{'}x{'}'}.
LaTeX Math
Write LaTeX equations inline with $...$ or as display blocks with $$...$$:
Inline: $E = mc^2$
Display: $$\int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2}$$
Standard LaTeX environments are also supported:
\begin{equation}
F = G \frac{m_1 m_2}{r^2}
\end{equation}
Keyboard Shortcuts
Ctrl/Cmd+S # Share (copy link)
Ctrl/Cmd+E # Export as markdown