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
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ All notable changes to `carve-grammars` are documented here.
`carveSpan` mark carrying the language for `{:fr}`, `{:de-DE}`, `{:}`, a
language beside another attribute, and the long `lang="fr"` spelling.

- **A quote's `^ …` attribution stays editable and survives an edit.** The
engine now carries it as an `attribution` field on `block_quote` rather than
a `figure`/`figcaption` pair, and the loader read that field nowhere - so the
line survived only in the whole-document source envelope, which the first
edit invalidates. Editing a quote silently dropped its attribution. It now
projects onto the existing `carveCaption` node, appended inside the quote
where the engine renders it, and the serializer writes it back as a `^ …`
line after the quote.

## 0.1.4 - 2026-08-11

### Added
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"main": "tiptap/index.js",
"scripts": {
"test": "npm run test:types && node tests/carve-editor-test.js && node tests/block-battery-test.js && node tests/coverage-test.js && node tests/schema-map-test.js && node tests/snapshot-test.js && node tests/roundtrip-test.js && node tests/mounted-roundtrip-test.js && node tests/serializer-test.js && node tests/tabs-roundtrip-test.js && node tests/parse-test.js && node tests/language-attribute-test.js && node tests/blockquote-attribution-test.js && node tests/grammar-test.js && node tests/shiki-test.js && node tests/engine-sweep-test.js && node tests/abbreviation-term-test.js && node tests/unclosed-delimiter-test.js && node tests/textmate-sweep-test.js && node tests/kroki-test.js && node tests/client-diagram-test.js",
"test": "npm run test:types && node tests/carve-editor-test.js && node tests/block-battery-test.js && node tests/coverage-test.js && node tests/schema-map-test.js && node tests/snapshot-test.js && node tests/roundtrip-test.js && node tests/mounted-roundtrip-test.js && node tests/serializer-test.js && node tests/tabs-roundtrip-test.js && node tests/parse-test.js && node tests/language-attribute-test.js && node tests/blockquote-caption-test.js && node tests/grammar-test.js && node tests/shiki-test.js && node tests/engine-sweep-test.js && node tests/abbreviation-term-test.js && node tests/unclosed-delimiter-test.js && node tests/textmate-sweep-test.js && node tests/kroki-test.js && node tests/client-diagram-test.js",
"test:types": "tsc -p tsconfig.types.json",
"test:coverage": "node tests/coverage-test.js",
"test:snapshot": "node tests/snapshot-test.js",
Expand Down Expand Up @@ -78,7 +78,7 @@
"./tiptap/schema-map.json": "./tiptap/schema-map.json"
},
"dependencies": {
"@markup-carve/carve": "github:markup-carve/carve-js#8d38a03cc8664e761f81baa02a1bf54e7dde96a4"
"@markup-carve/carve": "github:markup-carve/carve-js#2bfa5cfe9e950212b5cb286251c533a147e01df2"
},
"peerDependencies": {
"@shikijs/themes": "^2 || ^3",
Expand Down
313 changes: 0 additions & 313 deletions tests/blockquote-attribution-test.js

This file was deleted.

Loading
Loading