Welcome to this comprehensive example showcasing all Zolt features!
This document demonstrates every aspect of the Zolt markup language, from basic text formatting to advanced features like loops, calculations, and interactive components.
Zolt combines the simplicity of Markdown with powerful features for professional documentation. It's designed to be readable in plain text while producing beautifully formatted output.
You can write bold text, italics, underlines, strikethrough, and highlights.
Use superscripts and subscripts for technical writing:
The formula for water is H2O. E = mc2 is the mass-energy equivalence.
Mark important text with inline styles.

Check out our main guide and API docs.
def hello(name):
print(f"Hello, {name}!")$ python script.py
Hello, World!
Process completed.
Inline math: The value of π is approximately 3.14159.
Block math:
npm install -g zolt-cli
Create a .zlt file and start writing!
Zolt supports variables, loops, calculations, and much more.
This is the main content area with more space for detailed information and explanations.
Additional details can be hidden in accordions within columns.
Quick Links:
Note:
Sidebars are perfect for supplementary information.
Subtotal: $299.97
Tax: $23.9976
Total: $323.9676
Average: 88
Highest: 95
Lowest: 78
| Category | Metric | Q1 | Q2 | Q3 | Q4 |
|---|---|---|---|---|---|
| Financials | Revenue | $100K | $120K | $145K | $180K |
| Profit | $20K | $30K | $45K | $65K | |
| Growth | Monthly | 2% | 3% | 4% | 5% |
| Annual | 15% | 18% | 22% | 25% | |
| Total Summary | $120K | $150K | $190K | $245K | |
Zolt supports footnotes for additional information[1] and references[2].
You can reference the same footnote multiple times[1].
Use abbreviations with tooltips:
HTML is the foundation of the web. CSS styles the HTML. JS adds interactivity.
Global definitions:
The API provides endpoints at various URLs.
Created: 2026-02-26T10:53:46.945Z Last Modified: 2026-02-26T10:53:46.945Z
This is an informational message for general guidance.
This feature is experimental and may change in future versions.
This operation cannot be undone! Proceed with caution.
Your changes have been saved successfully.
"The best documentation is the kind that writes itself."
— Anonymous Technical Writer
"Zolt makes documentation a joy rather than a chore."
— Satisfied User
To display literal characters, use backslash:
This document demonstrates:
Now that you've seen all Zolt features:
Create your first .zlt file and experiment with the syntax!
Check out the example files in the /examples directory.
Connect with other Zolt users and share your creations.
Common Zolt editor shortcuts:
| Shortcut | Action |
|---|---|
Ctrl+S | Save document |
Ctrl+B | Bold text |
Ctrl+I | Italic text |
Ctrl+K | Insert link |
© 2026 Zolt Project. Built with ❤️ using Zolt.