Quick look
A small specimen from the fixed spec
The embedded example uses the shared preview foundation so the landing page shows real syntax without inventing a second renderer.
Syntax
One syntax surface with explicit constraints
The example stays close to the README quick look while calling out the parts this landing page promises.
MarkRight keeps semantic features in the language itself: admonitions, task states, block IDs, bundles, and citations are all part of the fixed spec.
right
---
title: My Document
syntax: markright
---
# Heading {#intro}
N> This is a note admonition.
- [ ] Open task
- [x] Done task
- [~] In progress
- [!] Blocked
![[chapter.right]]Status
Parser and bundle model already have concrete shape
- Reference parser implemented in Rust.
- Two-phase architecture: block scanning, then inline parsing.
- Bundle format supports single files, directory bundles, and .rightz packed archives.
- Fixture suite
- 1,593 fixtures across 28 categories
- HTML stance
- Rejected inline HTML