Keisa Syntax Documentation
A lightweight documentation format with clean syntax highlighting.
Syntax Elements
1. Headings
# Heading 1
## Heading 2
### Heading 3
- Start with
#
- Allowed any length!
2. Lists / Parameters
- List item
- Another item
> This is a comment
> Can span multiple lines
4. Text Formatting
*bold text*
`italic text`
*text* → Bold
`text` → Italic
5. Variable Declarations
$ type name
$ int counter
$ string username
- Structure:
$ type name
- Used to document data structures
6. Labels
main:
config:
- Format:
label:
- Used to group related content
7. Numeric Literals
42 (decimal)
0b1010 (binary)
0o755 (octal)
0xFF (hex)
3.14 (float)
8. Plain Text
Any text not matching other rules.
Why "Keisa"?
The name comes from Japanese 「軽さ」 (lightness), reflecting:
- Minimalist syntax
- Easy-to-read formatting
- Lightweight parsing
| |