Zolt Documentation
Zolt is a markup language designed to be fully readable as plain text while offering powerful tools to create complete, usable, professional, and elegant documents.
It combines the simplicity of Markdown with advanced features for professional documentation.
Feature Overview
Zolt comes with powerful features:
| Feature | Syntax | Description |
|---|---|---|
| Text Formatting | **bold**, //italic// | Enhanced inline formatting |
| Attributes | {color=red} | Apply styles to any element |
| Variables | $var = "value" | Reusable content values |
| Calculations | {{ 10 + 5 }} | Mathematical expressions |
| Tables | [[table]]...[[/table]] | Advanced grid tables |
| Charts | :::chart | Built-in data visualization |
| Blocks | :::info, :::tabs | Semantic containers |
| Navigation | [[filetree-nav]] | Automatic Prev/Next links |
Getting Started
- Installation & Usage — Installation and CLI guide
- Basic Syntax — Text formatting, inline styles, and typography
- Lists — All types of lists with nesting and attributes
- Links & Media — External links, internal references, images, videos
Content Structure
- Tables — Grid tables with cell merging
- Semantic Blocks — Tabs, accordions, columns, and callouts
- Citations & Technical Content — Blockquotes and technical indentation
Technical Features
- Code Blocks — Syntax highlighting and code display
- Mathematical Formulas — LaTeX equations with KaTeX
- Diagrams & Charts — Mermaid diagrams and built-in charts
Dynamic Content
- Variables — Reusable content values and data types
- Calculations & Functions — Expressions, math, and string functions
- Loops & Conditionals — Loops, conditionals, and logical expressions
- Metadata — File metadata, themes, and configuration
Reference
- Syntax Reference — Quick syntax lookup
- CLI Commands Reference — How to use the CLI
- Changelog — Project history and updates
Related Resources
- Roadmap — Future features and development plans
- Contributing Guide — How to build and contribute to Zolt
- Official Website
- GitHub Repository
Why Zolt?
- Zero HTML : Everything achievable in HTML/CSS has native Zolt syntax
- Create interactive, professional documents as quickly as taking notes
- Files remain simple text files with superior structural intelligence
- Easy maintenance through variables and dynamic references
Code Example
zolt
---
title: "My Document"
author: "Jane Doe"
---
# {$title}
This document demonstrates **Zolt** features:
- Variables: Welcome to {{ $author }}'s guide
- Calculations: Total: {{ $price * $quantity }}
- Formatting: ||Important text||{color=red}
:::info [Note]
This is an informational block with native syntax.
:::
Acknowledgments
- Inspired by Markdown and modern documentation tools
- Powered by Shiki , YAML , KaTeX , Mermaid.js , and Chart.js
- Built for writers, developers, and content creators
- Designed with ❤️ for the community
© 2026 Marmotz