Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ARCHITECTURE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-13T00:00:00Z
summary: Oliver is a small, freestanding markup parsing and rendering library in Zig: markup infrastructure, not a publishing framework.
summary: "Oliver is a small, freestanding markup parsing and rendering library in Zig: markup infrastructure, not a publishing framework."
---

# Oliver Architecture
Expand Down
2 changes: 1 addition & 1 deletion docs/BLOCKS-PARSING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-12T00:00:00Z
summary: Contract for Oliver's container-block algorithm: block quotes and lists share the container stack (CommonMark section 5).
summary: "Contract for Oliver's container-block algorithm: block quotes and lists share the container stack (CommonMark section 5)."
---

# Oliver Block Parsing: Container Blocks (Block Quotes, Lists)
Expand Down
2 changes: 1 addition & 1 deletion docs/C-ABI.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-16T00:00:00Z
summary: The stable C ABI for embedding Oliver from C, Rust, Python, Node, and other FFI consumers: the oliver_render / oliver_free surface, the memory-ownership contract, the error codes, and the CI-compiled example.
summary: "The stable C ABI for embedding Oliver from C, Rust, Python, Node, and other FFI consumers: the oliver_render / oliver_free surface, the memory-ownership contract, the error codes, and the CI-compiled example."
---

# C ABI
Expand Down
2 changes: 1 addition & 1 deletion docs/CAPABILITIES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-14T00:00:00Z
summary: What Oliver parses and renders today on main: the user-facing overview of frontend capabilities.
summary: "What Oliver parses and renders today on main: the user-facing overview of frontend capabilities."
---

# Oliver capabilities
Expand Down
2 changes: 1 addition & 1 deletion docs/CLEANROOM.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-13T00:00:00Z
summary: The binding clean-room contract for everyone who writes Oliver code: read it before adding syntax features.
summary: "The binding clean-room contract for everyone who writes Oliver code: read it before adding syntax features."
---

# Oliver Clean-Room Rules
Expand Down
2 changes: 1 addition & 1 deletion docs/COOKLANG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-13T00:00:00Z
summary: Design and provenance contract for the first-class Cooklang (.cook) frontend: bytes in, a typed Recipe out.
summary: "Design and provenance contract for the first-class Cooklang (.cook) frontend: bytes in, a typed Recipe out."
---

# Cooklang frontend: design contract
Expand Down
2 changes: 1 addition & 1 deletion docs/DOCUMENT-MODEL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-13T00:00:00Z
summary: The normalized typed document is the contract between dialect frontends and every future renderer: not HTML-shaped.
summary: "The normalized typed document is the contract between dialect frontends and every future renderer: not HTML-shaped."
---

# Oliver Document Model
Expand Down
2 changes: 1 addition & 1 deletion docs/ENTITIES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-12T00:00:00Z
summary: Contract for CommonMark section 2.5 entity and numeric character references: implemented, scorecard 17/17.
summary: "Contract for CommonMark section 2.5 entity and numeric character references: implemented, scorecard 17/17."
---

# Markdown entity and numeric character references
Expand Down
2 changes: 1 addition & 1 deletion docs/FEATURE-MATRIX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-14T00:00:00Z
summary: Oliver's feature matrix: implemented, planned, and deferred items across the Markdown frontend.
summary: "Oliver's feature matrix: implemented, planned, and deferred items across the Markdown frontend."
---

# Oliver Feature Matrix
Expand Down
2 changes: 1 addition & 1 deletion docs/HTML-BLOCKS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-12T00:00:00Z
summary: Contract for Oliver's HTML block handling (section 4.6): all seven types implemented, scorecard 44/44.
summary: "Contract for Oliver's HTML block handling (section 4.6): all seven types implemented, scorecard 44/44."
---

# Markdown HTML blocks (§4.6)
Expand Down
2 changes: 1 addition & 1 deletion docs/IMAGES-PARSING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-12T00:00:00Z
summary: Contract for the inline-images slice of Oliver's Markdown frontend, derived from CommonMark section 6.7: implemented.
summary: "Contract for the inline-images slice of Oliver's Markdown frontend, derived from CommonMark section 6.7: implemented."
---

# Oliver Inline Parsing: Images
Expand Down
2 changes: 1 addition & 1 deletion docs/LEAF-BLOCKS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-12T00:00:00Z
summary: Implementation contract for CommonMark sections 4.1 and 4.3 leaf blocks: thematic breaks and Setext headings.
summary: "Implementation contract for CommonMark sections 4.1 and 4.3 leaf blocks: thematic breaks and Setext headings."
---

# Markdown leaf blocks: thematic breaks and Setext headings
Expand Down
2 changes: 1 addition & 1 deletion docs/RAW-HTML.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-14T00:00:00Z
summary: Contract for the raw HTML slice of Oliver's Markdown frontend (section 6.6): implemented.
summary: "Contract for the raw HTML slice of Oliver's Markdown frontend (section 6.6): implemented."
---

# Oliver Inline Parsing: Raw HTML (§6.6)
Expand Down
2 changes: 1 addition & 1 deletion docs/SESSION-1-REPORT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-14T00:00:00Z
summary: The first Oliver session: repository foundation, specification research, feature matrix, document model, and the smallest vertical slice.
summary: "The first Oliver session: repository foundation, specification research, feature matrix, document model, and the smallest vertical slice."
---

# Session 1 Report
Expand Down
2 changes: 1 addition & 1 deletion docs/TASK-LISTS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-16T00:00:00Z
summary: The opt-in GFM task list items extension ([ ] / [x] / [X] checkboxes) in the Markdown frontend: shape, recognition rules, chosen behaviors, and rendering.
summary: "The opt-in GFM task list items extension ([ ] / [x] / [X] checkboxes) in the Markdown frontend: shape, recognition rules, chosen behaviors, and rendering."
---

# Task lists (extension)
Expand Down
2 changes: 1 addition & 1 deletion docs/TESTS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-13T00:00:00Z
summary: Tests are product contracts: zig build test runs six suites covering library modules, fixtures, conformance, CLI parsing, the XHTML profile, and the fuzz wall.
summary: "Tests are product contracts: zig build test runs six suites covering library modules, fixtures, conformance, CLI parsing, the XHTML profile, and the fuzz wall."
---

# Oliver tests and fixtures
Expand Down
2 changes: 1 addition & 1 deletion docs/TEXTILE-PARITY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-13T00:00:00Z
summary: Textile has no normative corpus, so its quality bar is a fixture audit: the parity audit holds the frontend to documented expectations.
summary: "Textile has no normative corpus, so its quality bar is a fixture audit: the parity audit holds the frontend to documented expectations."
---

# Textile parity audit
Expand Down
2 changes: 1 addition & 1 deletion docs/WIKILINKS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-16T00:00:00Z
summary: The opt-in modular wikilinks extension ([[target]] / [[target|label]]) in the Markdown frontend: shape, precedence, fallbacks, and the resolver policy.
summary: "The opt-in modular wikilinks extension ([[target]] / [[target|label]]) in the Markdown frontend: shape, precedence, fallbacks, and the resolver policy."
---

# Wikilinks (extension)
Expand Down
2 changes: 1 addition & 1 deletion docs/XHTML.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-14T00:00:00Z
summary: The XHTML output profile: same normalized IR, same semantics, an XML-compatible serialization, with a fail-closed raw-HTML policy and a mechanical well-formedness gate.
summary: "The XHTML output profile: same normalized IR, same semantics, an XML-compatible serialization, with a fail-closed raw-HTML policy and a mechanical well-formedness gate."
---

# XHTML output profile
Expand Down
2 changes: 1 addition & 1 deletion docs/github-pages.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-14T00:00:00Z
summary: How Oliver publishes this docs tree to GitHub Pages with a pinned Boris binary: profile, plan, artifact, and audit contracts.
summary: "How Oliver publishes this docs tree to GitHub Pages with a pinned Boris binary: profile, plan, artifact, and audit contracts."
---

# GitHub Pages publication
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
published_at: 2026-08-14T00:00:00Z
summary: Oliver documentation home: a small, freestanding markup parsing and rendering library in Zig.
summary: "Oliver documentation home: a small, freestanding markup parsing and rendering library in Zig."
---

# Oliver documentation
Expand Down
Loading