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:

FeatureSyntaxDescription
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:::chartBuilt-in data visualization
Blocks:::info, :::tabsSemantic containers
Navigation[[filetree-nav]]Automatic Prev/Next links

Getting Started

Content Structure

Technical Features

Dynamic Content

Reference

Why Zolt?

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

© 2026 Marmotz