diff --git a/docs/case-study/parsing-ast.md b/docs/case-study/parsing-ast.md index 47e4360d..684d08f6 100644 --- a/docs/case-study/parsing-ast.md +++ b/docs/case-study/parsing-ast.md @@ -64,7 +64,7 @@ Document ├── Heading { level, content, id? } ├── Paragraph { content } ├── CodeBlock { language?, content, attributes } - ├── BlockQuote { blocks, attribution? } + ├── BlockQuote { blocks } ├── List { type, tight, items } │ └── ListItem { blocks, checked? } ├── Table { headers, rows, alignment[] } // alignment[] = column defaults diff --git a/docs/cheatsheet.md b/docs/cheatsheet.md index 8b3b9d16..cda82475 100644 --- a/docs/cheatsheet.md +++ b/docs/cheatsheet.md @@ -65,7 +65,7 @@ Bare delimiters work only at word boundaries; force one intraword with the brace : definition > blockquote -^ Attribution (caption / attribution: ^ prefix) +^ Attribution (caption: ^ prefix; wraps the quote in a figure) > quoted (+ at col 0 attaches the next flush-left + block to the quote - no > prefixing) diff --git a/docs/index.md b/docs/index.md index 6b2e1b6e..7636383a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,7 +29,7 @@ features: - title: Interactive Online, Readable Offline details: "Built for the interactive web first — diagrams, math, charts and tabs hydrate into rich output online. With no JavaScript every block degrades to clean semantic HTML: a Mermaid fence still shows its source,
stays native, tables stay tables." - title: Captions Everywhere - details: One ^ prefix captions images, tables, listings and equations — emitting semantic figure / figcaption / caption HTML. On a blockquote it is an attribution instead, and renders footer. + details: One ^ prefix captions images, blockquotes, tables, listings and equations — emitting semantic figure / figcaption / caption HTML. - title: Friendly Tables details: "|= for headers, ^ for rowspan, < for colspan, + for multi-line cells. No separator row required." - title: Built-in Extensions diff --git a/docs/native-features-analysis.md b/docs/native-features-analysis.md index acea019c..2e1a7bcb 100644 --- a/docs/native-features-analysis.md +++ b/docs/native-features-analysis.md @@ -80,9 +80,8 @@ part of Carve syntax; the examples remain as a feature-level reference. Output varies by context: - Images → `
` + `
` - Tables → `` element -- Blockquotes → `