Simple indentation using &:
This text is indented (level 1)
Another indented line
Double and triple indentation:
Level 1 indentation
Level 2 indentation
Level 3 indentation
Back to level 2
Back to level 1
Technical indentation (&) vs Semantic quotes (>):
Technical content
Terminal output style
No semantic meaning
This is a quote
Semantic meaning
Like a citation
$ python script.py
Hello, World!
Process completed.
[INFO] Application started
[DEBUG] Loading configuration
[WARN] Configuration file not found, using defaults
[INFO] Ready to serve requests
To run the application:
The server will be available at http://localhost:3000
Usage: zolt [options] [input]
Options:
-o, --output Output file
-f, --format Output format (html, pdf)
-w, --watch Watch for changes
-h, --help Show help message
Complex nested structure:
Main topic
Sub-topic 1
Detail 1.1
Detail 1.2
Sub-topic 2
Detail 2.1
Detail 2.2
Detail 2.3
Back to main
Regular indented text
Bold indented text
This is blue indented text
This has a yellow background
Error: Connection failed
Details: Unable to connect to database server
Suggestion: Check your connection settings
Host: localhost
Port: 5432
Database: mydb
In the beginning there was only darkness.
Then came the light.
And with it, hope emerged.
The journey had just begun.
Step 1: Download the installer
Step 2: Run the installer
Step 3: Follow the prompts
Step 3.1: Choose installation directory
Step 3.2: Select components
Step 3.3: Configure settings
Step 4: Complete the installation
Issue: Application won't start
Possible causes:
Port already in use
Missing dependencies
Insufficient permissions
Solutions:
Change port in configuration
Install missing dependencies
Run with appropriate permissions