See it in action
Real MarkRight syntax, rendered live
This specimen shows actual MarkRight features: front matter, block IDs, admonitions, task states, and transclusion. What you see is what the parser produces.
Syntax
Everything the spec promises, in one example
Front matter, headings with block IDs, admonitions, task lists, and file transclusion.
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
Where the parser and tooling stand today
- 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