Sample Essay: LaTeX Math & Version History
tutorials
meta math
This essay demonstrates the LaTeX math rendering1 and version history features.
Inline Math
You can write inline math using single dollar signs: or .
Display Math
For display equations, use double dollar signs:
Or more complex expressions like the Lagrangian of QED2:
Matrices and Aligned Equations
Aligned equations:
Folder-Based Assets
Essays now live in their own folders. You can place images and other assets alongside the markdown file:
src/content/essays/
└── my-essay/
├── index.md # Your essay content
├── figure1.png # Referenced as ./figure1.png
└── data.csv # Any supporting files
Version History
The commit history appears at the bottom of each essay once it’s tracked in your GitHub repository.