Emitter 2d: the opaque carry in both positions and the reserved info string
CI / gate (push) Successful in 4s

This commit is contained in:
2026-08-26 15:46:02 +02:00
parent 038473ee73
commit 6f674b99b3
14 changed files with 271 additions and 20 deletions
@@ -0,0 +1,30 @@
{
"content": [
{
"attrs": {
"language": "adf"
},
"content": [
{
"text": "{\n \"type\": \"blockCard\"\n}",
"type": "text"
}
],
"type": "codeBlock"
},
{
"attrs": {
"language": "adf"
},
"content": [
{
"text": "```",
"type": "text"
}
],
"type": "codeBlock"
}
],
"type": "doc",
"version": 1
}
@@ -0,0 +1,29 @@
```adf
{
"attrs": {
"language": "adf"
},
"content": [
{
"text": "{\n \"type\": \"blockCard\"\n}",
"type": "text"
}
],
"type": "codeBlock"
}
```
````adf
{
"attrs": {
"language": "adf"
},
"content": [
{
"text": "```",
"type": "text"
}
],
"type": "codeBlock"
}
````
@@ -0,0 +1,37 @@
{
"content": [
{
"attrs": {
"url": "https://example.com/roadmap"
},
"type": "blockCard"
},
{
"attrs": {
"panelType": "info"
},
"content": [
{
"content": [
{
"text": "The card below has no spelling yet.",
"type": "text"
}
],
"type": "paragraph"
},
{
"attrs": {
"layout": "wide",
"url": "https://example.com/board",
"width": 100
},
"type": "embedCard"
}
],
"type": "panel"
}
],
"type": "doc",
"version": 1
}
@@ -0,0 +1,23 @@
```adf
{
"attrs": {
"url": "https://example.com/roadmap"
},
"type": "blockCard"
}
```
:::panel info
The card below has no spelling yet.
```adf
{
"attrs": {
"layout": "wide",
"url": "https://example.com/board",
"width": 100
},
"type": "embedCard"
}
```
:::
@@ -0,0 +1,59 @@
{
"content": [
{
"content": [
{
"text": "Draft: ",
"type": "text"
},
{
"attrs": {
"text": "Add a summary"
},
"type": "placeholder"
},
{
"text": " — expected Friday.",
"type": "text"
}
],
"type": "paragraph"
},
{
"content": [
{
"marks": [
{
"type": "strong"
}
],
"text": "Blocked",
"type": "text"
},
{
"text": " on ",
"type": "text"
},
{
"attrs": {
"extensionKey": "jira-issue",
"extensionType": "com.atlassian.jira.macro"
},
"marks": [
{
"type": "strong"
}
],
"type": "inlineExtension"
},
{
"text": " until the rebuild lands.",
"type": "text"
}
],
"type": "paragraph"
}
],
"type": "doc",
"version": 1
}
@@ -0,0 +1,3 @@
Draft: :adf{json="{\"attrs\":{\"text\":\"Add a summary\"},\"type\":\"placeholder\"}"} — expected Friday.
**Blocked** on :adf{json="{\"attrs\":{\"extensionKey\":\"jira-issue\",\"extensionType\":\"com.atlassian.jira.macro\"},\"marks\":[{\"type\":\"strong\"}],\"type\":\"inlineExtension\"}"} until the rebuild lands.