Markup is not full CommonMark
Platform spec ADR
Markup is not full CommonMark
Spec standingStandard
- Contracts and edge cases Markup parsing rules and rendering requirements.
- Design model Markup syntax layers and render pipeline overview.
- Examples Console markup usage for CLI output.
- Flow and algorithm Recursive descent rendering for console markup.
- Verification and traceability Markup golden tests and module anchors.
0 revisions (git unavailable at build; counts may be empty)
No commits recorded for this path.
| Section id | Required | Found |
|---|---|---|
what-this-feature-specifies | yes | yes |
implementation-anchors | yes | yes |
Full tree: run pnpm verify:platform-spec-layout (writes src/generated/platform-spec-layout-report.json).
Context
Section titled “Context”Console.Format targets terminal styling, not a document renderer.
Decision
Section titled “Decision”| Rule | Detail |
|---|---|
| Scope | Tested sigils and markdown subset only |
| Non-goal | Full CommonMark compliance |
Consequences
Section titled “Consequences”New syntax requires tests before Standard promotion.
Verification anchors
Section titled “Verification anchors”FormatMarkdownTests.bd; Format/Scan.bd.